clifm: 1.19 -> 1.20

This commit is contained in:
R. Ryantm 2024-08-16 05:03:56 +00:00
parent dcf83de08c
commit 331c335ac8

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.19";
version = "1.20";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
hash = "sha256-QNxEvFZ5e4jQV2Tv2/D9KPRDoCoQlrqStFnbKVgcXxg=";
hash = "sha256-TKQxNl+RTPQAE7mMALugm3rg8mPZq3eD/uW23DLws8I=";
};
buildInputs = [