mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-04-24 06:24:23 -03:00
Compare commits
No commits in common. "4fb50833269693819969e846dc2a437ebe53cfc8" and "06fcea9445b5a005b40469a69f57f2147398bc94" have entirely different histories.
4fb5083326
...
06fcea9445
|
@ -15,14 +15,14 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dzgui";
|
pname = "dzgui";
|
||||||
version = "5.6.5";
|
version = "5.6.4";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "aclist";
|
owner = "aclist";
|
||||||
repo = "dztui";
|
repo = "dztui";
|
||||||
rev = "f75ef947c93d3f3ce918c5d8ed7043e5a34999bf";
|
rev = "785df28f66bd48a6e77eede51d2405f5bf91f535";
|
||||||
hash = "sha256-5Oufa4oGfRhtihHlof1SFT3QfjQyrcQoxsFDZDOQEUQ=";
|
hash = "sha256-ZTS74pRj7yxDS8KOa29V2Naetlqw2JwuQ0h3xQu1Of8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue