We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b4d950 + b32927d commit 48e1904Copy full SHA for 48e1904
pkgs/by-name/to/torzu/package.nix
@@ -83,12 +83,12 @@ in
83
84
stdenv.mkDerivation (finalAttrs: {
85
pname = "torzu";
86
- version = "unstable-2024-12-15";
+ version = "unstable-2025-02-22";
87
88
src = fetchgit {
89
- url = "https://notabug.org/litucks/torzu";
90
- rev = "02cfee3f184e6fdcc3b483ef399fb5d2bb1e8ec7";
91
- hash = "sha256-hAWMFzTNJGFcrXov5LKMdW9YWhsu7wueATmiuS7EVkI=";
+ url = "https://git.ynh.ovh/liberodark/torzu.git";
+ rev = "eaa9c9e3a46eb5099193b11d620ddfe96b6aec83";
+ hash = "sha256-KxLRXM8Y+sIW5L9oYMSeK95HRb30zGRRSfil9DO+utU=";
92
fetchSubmodules = true;
93
};
94
0 commit comments