sxiv: fix version string
name would end up as "sxiv-v".
This commit is contained in:
parent
e6c65ecb12
commit
dea66a1cb3
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sxiv-${version}";
|
name = "sxiv-${version}";
|
||||||
version = "v1.3.2";
|
version = "1.3.2";
|
||||||
#https://github.com/muennich/sxiv/archive/v1.3.2.zip
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muennich";
|
owner = "muennich";
|
||||||
repo = "sxiv";
|
repo = "sxiv";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "1f4gz1qjhb44bbb3q5fqk439zyipkwnr19zhg89yq2pgmzzzqr2h";
|
sha256 = "1f4gz1qjhb44bbb3q5fqk439zyipkwnr19zhg89yq2pgmzzzqr2h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user