mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-01-18 14:46:26 -03:00
Compare commits
No commits in common. "2be703bfbc8cb9924d7afd9c4ecced9adff7647c" and "fccedf1386f484375570e0195c7a08d7687b1df6" have entirely different histories.
2be703bfbc
...
fccedf1386
|
@ -15,14 +15,14 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
version = "5.6.1";
|
||||
version = "5.5.3";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "aclist";
|
||||
repo = "dztui";
|
||||
rev = "36753e02f1bf2be58609841071efb51e53c25ecd";
|
||||
hash = "sha256-T1GbcmBzaNLpmHAP91EWUZx5LySujwMYMJJN5Lw/w8Y=";
|
||||
rev = "f60a6edf2bb30e80542b54d786725fa125f19d0a";
|
||||
hash = "sha256-t9Qrp1ze0HB4SBcV8F/WlOrGJn3hjmgAWmxM1caVUS8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue