mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
wdiff: Update to 1.1.2 to fix the build
http://hydra.nixos.org/build/3875995
This commit is contained in:
parent
163c1d3acf
commit
d1d0720861
@ -1,14 +1,11 @@
|
||||
{ stdenv, fetchurl, which, screen }:
|
||||
|
||||
let
|
||||
name = "wdiff-1.1.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wdiff-1.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/wdiff/${name}.tar.gz";
|
||||
sha256 = "1lg5lz78xij4jjifv8fj68ixr9mha1c5vp8xzyg6rdx6ynkvnm5i";
|
||||
sha256 = "0q78y5awvjjmsvizqilbpwany62shlmlq2ayxkjbygmdafpk1k8j";
|
||||
};
|
||||
|
||||
# Required for the compile-time for the test suite.
|
||||
|
Loading…
Reference in New Issue
Block a user