clifm: 1.22 -> 1.23

This commit is contained in:
Nadir Ishiguro
2025-01-20 20:21:23 +01:00
parent 1e839b40c8
commit 632c3d4eff
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.22";
version = "1.23";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
hash = "sha256-keoQUfRQA77+1ArVRKYiWGACXAi505jLXSVXUpuMlMc=";
hash = "sha256-FtlLz77yy/QfRyAhJSh5juCSPCZ921sTGhuYJzCusus=";
};
buildInputs = [