mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #19615 from RamKromberg/fix/sam
sam: 2016-09-15 -> 2016-10-08
This commit is contained in:
commit
1c966e0d96
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
|||
{ stdenv, fetchFromGitHub, freetype, libX11, libXt, libXft
|
||||
, version ? "2016-10-08"
|
||||
, rev ? "a17c4a9c2a1af2de0a756fe16d482e0db88c0541"
|
||||
, sha256 ? "03xmfzlijz4gbmr7l0pb1gl9kmlz1ab3hr8d51innvlasy4g6xgj"
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "deadpixi-sam-unstable";
|
||||
version = "2016-09-15";
|
||||
inherit version;
|
||||
name = "deadpixi-sam-unstable-${version}";
|
||||
src = fetchFromGitHub {
|
||||
inherit sha256 rev;
|
||||
owner = "deadpixi";
|
||||
repo = "sam";
|
||||
rev = "a6a8872246e8634d884b0ce52bc3be9770ab1b0f";
|
||||
sha256 = "1zr8dl0vp1xic3dq69h4bp2fcxsjhrzasfl6ayvkibjd6z5dn07p";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue