about summary refs log tree commit diff
path: root/pkgs/applications/editors/deadpixi-sam
diff options
context:
space:
mode:
authorRam Kromberg <ramkromberg@mail.com>2016-09-20 06:59:57 +0300
committerRam Kromberg <ramkromberg@mail.com>2016-10-17 10:21:29 +0300
commitfc5bd4986fe731998af2cd1567fc85276dfeda9f (patch)
treea11febd267c4322902ba1a0a7b7c31e626f56a04 /pkgs/applications/editors/deadpixi-sam
parent58e552fc6d63a5e1daa1adcdad601cdbbdf74569 (diff)
downloadnixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar.gz
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar.bz2
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar.lz
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar.xz
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.tar.zst
nixlib-fc5bd4986fe731998af2cd1567fc85276dfeda9f.zip
sam: 2016-09-15 -> 2016-10-08
Diffstat (limited to 'pkgs/applications/editors/deadpixi-sam')
-rw-r--r--pkgs/applications/editors/deadpixi-sam/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/editors/deadpixi-sam/default.nix b/pkgs/applications/editors/deadpixi-sam/default.nix
index 03b920ffab0d..d1ed4826c682 100644
--- a/pkgs/applications/editors/deadpixi-sam/default.nix
+++ b/pkgs/applications/editors/deadpixi-sam/default.nix
@@ -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 = ''