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