winetricks: 20150316 -> 20150416
This commit is contained in:
parent
b4c2351806
commit
2f53355ff6
@ -26,4 +26,8 @@
|
|||||||
version = "1.7.43";
|
version = "1.7.43";
|
||||||
sha256 = "01b7npa8hc2nrv4hm16r9ikic4wd34nbz1lvfhy0ali2jbcsaqqb";
|
sha256 = "01b7npa8hc2nrv4hm16r9ikic4wd34nbz1lvfhy0ali2jbcsaqqb";
|
||||||
};
|
};
|
||||||
|
winetricks = {
|
||||||
|
version = "20150416";
|
||||||
|
sha256 = "0467cn5hqry6fscjskpvxw0y00lr059jmldv1csicbav4l0dxx8k";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchFromGitHub, wine, perl, which, coreutils, zenity, curl
|
{ stdenv, fetchFromGitHub, wine, perl, which, coreutils, zenity, curl
|
||||||
, cabextract, unzip, p7zip, gnused, gnugrep, bash } :
|
, cabextract, unzip, p7zip, gnused, gnugrep, bash } :
|
||||||
|
|
||||||
let version = "20150316";
|
let v = (import ./versions.nix).winetricks;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "winetricks-${version}";
|
name = "winetricks-${v.version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Winetricks";
|
owner = "Winetricks";
|
||||||
repo = "winetricks";
|
repo = "winetricks";
|
||||||
rev = version;
|
rev = v.version;
|
||||||
sha256 = "00c55jpca6l3v3p02xc0gy5l4xb17gf90282hq5h85nh72kqsbrh";
|
sha256 = v.sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl which ];
|
buildInputs = [ perl which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user