summary refs log tree commit diff
path: root/pkgs/development/libraries/librep
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@gmail.com>2016-10-23 09:06:47 -0200
committerJörg Thalheim <joerg@higgsboson.tk>2016-10-23 13:06:47 +0200
commit0a3968edc70106623680a23610ce4181bd307764 (patch)
tree044f836eb14443c74cc93cf0feb204609533b744 /pkgs/development/libraries/librep
parent8b7e3c3537da9ea6f254365cd582c71830f0211e (diff)
downloadnixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar.gz
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar.bz2
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar.lz
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar.xz
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.tar.zst
nixpkgs-0a3968edc70106623680a23610ce4181bd307764.zip
Sawfish: 1.11.90 -> 1.12.0 (#19792)
Diffstat (limited to 'pkgs/development/libraries/librep')
-rw-r--r--pkgs/development/libraries/librep/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/libraries/librep/default.nix b/pkgs/development/libraries/librep/default.nix
index 314508cc5c2..cb61982da09 100644
--- a/pkgs/development/libraries/librep/default.nix
+++ b/pkgs/development/libraries/librep/default.nix
@@ -7,11 +7,12 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "librep-${version}";
-  version = "0.92.5";
+  version = "0.92.6";
+  sourceName = "librep_${version}";
 
   src = fetchurl {
-    url = "https://github.com/SawfishWM/librep/archive/${name}.tar.gz";
-    sha256 = "1ly425cgs0yi3lb5l84v3bacljw7m2nmzgky3acy1anp709iwi76";
+    url = "http://download.tuxfamily.org/librep/${sourceName}.tar.xz";
+    sha256 = "1k6c0hmyzxh8459r790slh9vv9vwy9d7w3nlmrqypbx9mk855hgy";
   };
 
   buildInputs = [ pkgconfig autoreconfHook readline texinfo ];
@@ -30,9 +31,10 @@ stdenv.mkDerivation rec {
       interpreter, a byte-code compiler, and a virtual
       machine. It can serve as an application extension language
       but is also suitable for standalone scripts.
-    '';
+     '';
     homepage = http://sawfish.wikia.com;
     license = licenses.gpl2;
     maintainers = [ maintainers.AndersonTorres ];
   };
 }
+# TODO: investigate fetchFromGithub