Merge pull request #54639 from dywedir/sxiv

sxiv: 24 -> 25
This commit is contained in:
Elis Hirwing 2019-01-26 22:36:46 +01:00 committed by GitHub
commit cadbf5ac11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "sxiv-${version}"; pname = "sxiv";
version = "24"; version = "25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "muennich"; owner = "muennich";
repo = "sxiv"; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "020n1bdxbzqncprh8a4rnjzc4frp335yxbqh5w6dr970f7n5qm8d"; sha256 = "13s1lfar142hq1j7xld0ri616p4bqs57b17yr4d0b9a9w7liz4hp";
}; };
postUnpack = '' postUnpack = ''