commit 49673a80c2866d0d062a36b0be3da3a59c4e62bf
parent cacb854251d84f80a89cce3f56d965345aa177d6
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 6 Oct 2024 13:28:41 +0200
parent cacb854251d84f80a89cce3f56d965345aa177d6
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 6 Oct 2024 13:28:41 +0200
pkgs/cinny: update version (3.2.0 -> 4.2.1)
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 = "3.2.0"; + version = "4.2.1"; src = fetchurl { url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz"; - sha256 = "sha256-UTiFXZtodyu6fF8RDNj64z7jxFxvmijgzXNqmebhNOU"; + sha256 = "sha256-Hls5zikepo4UXUWo21YsuDdD4jtZsBHAw1exn8eA8ZY="; }; installPhase = ''