Will Dietz 2019-05-28 20:20:01 -05:00
parent eb9a9bb22a
commit b186b03253
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "feedreader";
version = "2.8.2";
version = "2.9.2";
src = fetchFromGitHub {
owner = "jangernert";
repo = pname;
rev = "v${version}";
sha256 = "1qm7scrz8xm68zizcfn13ll4ksdd004fahki7gbwqagsr1fg62y8";
sha256 = "1468kl1gip7h2k5l9x3shp3vxdnx08mr1n4845zinaqz4dpa70jv";
};
nativeBuildInputs = [
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
]);
postPatch = ''
patchShebangs meson_post_install.py
patchShebangs build-aux/meson_post_install.py
'';
meta = with stdenv.lib; {