Merge pull request #98905 from r-ryantm/auto-update/vifm

vifm: 0.10.1 -> 0.11
This commit is contained in:
Michael Raskin 2020-09-27 13:04:54 +00:00 committed by GitHub
commit 862e6fe2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
let isFullPackage = mediaSupport;
in stdenv.mkDerivation rec {
pname = if isFullPackage then "vifm-full" else "vifm";
version = "0.10.1";
version = "0.11";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
sha256 = "0fyhxh7ndjn8fyjhj14ymkr3pjcs3k1xbs43g7xvvq85vdb6y04r";
sha256 = "0rqyd424y0g5b5basw2ybb60r9gar4f40d1xgzr3c2dsy4jpwvyh";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];
@ -42,4 +42,3 @@ in stdenv.mkDerivation rec {
updateWalker = true;
};
}