mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-01-18 14:46:26 -03:00
Compare commits
No commits in common. "f19d8dd0afbb41a87124e90cd2ad96b82cf270ce" and "38cf2b507d75cc36ec127b21fc5a4144fc821525" have entirely different histories.
f19d8dd0af
...
38cf2b507d
|
@ -14,13 +14,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
version = "5.5.0";
|
||||
version = "5.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aclist";
|
||||
repo = "dztui";
|
||||
rev = "bae6a57e1ee5660a07e3a3c326ec68617b831d31";
|
||||
sha256 = "sha256-x5GSyrbEZoru5p70QVRSFx52Njkhvtg/+qc94MqpOmo=";
|
||||
rev = "c2c7b37b904a05cdf0c86dbf3d22ef91728577b9";
|
||||
sha256 = "sha256-iC/c2MBFjvT0wVnKlpX4kL7fVa3BbjpmbEyjCU+aUyY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue