mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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.mkDerivation rec {
|
||||
version = "1.3-git";
|
||||
name = "sxiv-${version}";
|
||||
stdenv.mkDerivation {
|
||||
name = "sxiv-1.3-git";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/muennich/sxiv.git";
|
||||
rev = "f55d9f4283f7133ab5a137fc04ee19d1df62fafb";
|
||||
sha256 = "85f734f40fdc837514b72694de12bac92fe130286fa6f1dc374e94d575ca8280";
|
||||
rev = "54af451b4a81b5b1072f27de0981a2d39cabc2d6";
|
||||
sha256 = "1b0fb6bd8d36af4c7f1160fcc12b5b7382546c7da35b4924d259f7efaa4c97d0";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
|
Loading…
Reference in New Issue
Block a user