clifm: 1.23 -> 1.24 (#386376)

Co-authored-by: nadir-ishiguro <nadir-ishiguro@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-02 16:27:55 +00:00
committed by GitHub
co-authored by nadir-ishiguro
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.23";
version = "1.24";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
hash = "sha256-FtlLz77yy/QfRyAhJSh5juCSPCZ921sTGhuYJzCusus=";
hash = "sha256-RAxhjDNaNkMSIJaca1NNiMQNaEZ3WDAvaWzN3u/PceA=";
};
buildInputs = [