mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-28 17:03:05 -03:00
Compare commits
No commits in common. "b3ed63099922774adaa8b3b033a56a5ca015a6f5" and "7ed368874221802c2a387004559de1be5ab374f6" have entirely different histories.
b3ed630999
...
7ed3688742
1 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
version = "5.6.2";
|
||||
version = "5.6.1";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "aclist";
|
||||
repo = "dztui";
|
||||
rev = "0562d8230d29650d4d80a065e8261b9c45153132";
|
||||
hash = "sha256-p1BZOddBhBRaSnP/s/8zfaPUvn1RLvzjsjOefZGJVEQ=";
|
||||
rev = "36753e02f1bf2be58609841071efb51e53c25ecd";
|
||||
hash = "sha256-T1GbcmBzaNLpmHAP91EWUZx5LySujwMYMJJN5Lw/w8Y=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue