Merge pull request #335026 from r-ryantm/auto-update/clifm

clifm: 1.19 -> 1.20
This commit is contained in:
Nick Cao 2024-08-17 14:43:37 -04:00 committed by GitHub
commit a2380f3531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [