sxiv: update revision
Mainly to kick off Hydra again: it thinks the build is broken because we used a SSH URL for git before.
This commit is contained in:
parent
25a52470f8
commit
55ec78eac4
|
@ -1,13 +1,12 @@
|
||||||
{ stdenv, fetchgit, libX11, imlib2, giflib, libexif }:
|
{ stdenv, fetchgit, libX11, imlib2, giflib, libexif }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
version = "1.3-git";
|
name = "sxiv-1.3-git";
|
||||||
name = "sxiv-${version}";
|
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/muennich/sxiv.git";
|
url = "https://github.com/muennich/sxiv.git";
|
||||||
rev = "f55d9f4283f7133ab5a137fc04ee19d1df62fafb";
|
rev = "54af451b4a81b5b1072f27de0981a2d39cabc2d6";
|
||||||
sha256 = "85f734f40fdc837514b72694de12bac92fe130286fa6f1dc374e94d575ca8280";
|
sha256 = "1b0fb6bd8d36af4c7f1160fcc12b5b7382546c7da35b4924d259f7efaa4c97d0";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
|
|
Loading…
Reference in New Issue