commit 0a36ed48b78eecac0b17076e66cd771eb465a904
parent 96b0e6b72824058c2417caaeec7b7db99c213927
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 19 Apr 2023 11:07:26 +0200
parent 96b0e6b72824058c2417caaeec7b7db99c213927
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 19 Apr 2023 11:07:26 +0200
pkgs/cinny: update version 2.2.2 -> 2.2.6
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.2.2"; + version = "2.2.6"; src = fetchurl { url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz"; - sha256 = "sha256-MNmU6MvDwGbFNQt7qe08klXjy1n2LiABlPkARGvjVJU"; + sha256 = "sha256-AvYM8++PqKmm7CJN5hmg9GSC72IoHX+rRxuT3GflvjU"; }; installPhase = ''