commit 49b1e64728b0e60e66018506385e6715311460b7
parent 3c03205364c33df953dad62b7a032eb6ed0e40b7
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 27 May 2022 13:15:55 +0200
parent 3c03205364c33df953dad62b7a032eb6ed0e40b7
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 27 May 2022 13:15:55 +0200
pkgs/cinny: update -> 2.0.3
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/cinny.nix b/pkgs/cinny.nix @@ -5,11 +5,11 @@ let in stdenv.mkDerivation rec { pname = "cinny"; - version = "2.0.2"; + version = "2.0.3"; src = fetchurl { url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz"; - sha256 = "1m9w013652m9bxxvp4f41wfg2w1ljbbl0z1qcnfbwqxzj9acsnd9"; + sha256 = "13jg28dypp7x6wgsc6vikbqnagp1grqsdmmwhll8qz9ih9rq9fxd"; }; installPhase = ''