clifm: 1.18 -> 1.19

This commit is contained in:
R. Ryantm 2024-06-19 00:50:02 +00:00
parent 78fde8eb60
commit 2a18d15ebb

View File

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