about summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-circle
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-09-11 14:28:02 +0200
committerJascha Geerds <jg@ekby.de>2015-09-11 14:28:02 +0200
commit8d56f24d6d375d1ace20bd4e3d9787b507a1e32f (patch)
tree0ff47b1e61f47aae06d1d8dad7e0fdd2c1583878 /pkgs/data/icons/numix-icon-theme-circle
parent492c596c110dfef9257c548b71c2adec20fbe312 (diff)
numix-icon-theme-circle: 20150304 -> 20151005
Diffstat (limited to 'pkgs/data/icons/numix-icon-theme-circle')
-rw-r--r--pkgs/data/icons/numix-icon-theme-circle/default.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-circle/default.nix b/pkgs/data/icons/numix-icon-theme-circle/default.nix
index af88974ab5c56..2fad83d9ec3e4 100644
--- a/pkgs/data/icons/numix-icon-theme-circle/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-circle/default.nix
@@ -1,17 +1,19 @@
-{ stdenv, fetchurl, unzip }:
+{ stdenv, fetchFromGitHub, unzip }:
 
 stdenv.mkDerivation rec {
-  version = "d7e8c4cdcf";
+  version = "4727aa5";
 
   package-name = "numix-icon-theme-circle";
   
-  name = "${package-name}-20150304";
+  name = "${package-name}-20151005";
 
   buildInputs = [ unzip ];
   
-  src = fetchurl {
-    url = "https://github.com/numixproject/${package-name}/archive/${version}.zip";
-    sha256 = "672d6f4d000c4c75a64e0297f9609afab1035d082d7ab4f7abe3e2173cba9324";
+  src = fetchFromGitHub {
+    owner = "numixproject";
+    repo = package-name;
+    rev = version;
+    sha256 = "0khps3il0wyjizzzv8rxznhywp3nqd1hj1zhdvyqzgql3gffylqc";
   };
 
   dontBuild = true;