about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-23 07:58:06 +0100
committerGitHub <noreply@github.com>2022-03-23 07:58:06 +0100
commit64dd03dc54e66fb15c705c18c9790bf5ae7510e6 (patch)
tree20bf870f8e3cf3f0b136661ba0d11d0a94241afb /pkgs/data/icons
parentb2c9bceef8100926e1eed7b9f115b90151819b04 (diff)
parent28683b652e09763e4b87bb8f6fd27d16d0dcd9fc (diff)
Merge pull request #165275 from Stunkymonkey/hicolor-icon-theme-pname-version
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/default.nix b/pkgs/data/icons/hicolor-icon-theme/default.nix
index 3a8839844f118..4a58b8fb89ad7 100644
--- a/pkgs/data/icons/hicolor-icon-theme/default.nix
+++ b/pkgs/data/icons/hicolor-icon-theme/default.nix
@@ -1,10 +1,11 @@
 { lib, stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "hicolor-icon-theme-0.17";
+  pname = "hicolor-icon-theme";
+  version = "0.17";
 
   src = fetchurl {
-    url = "https://icon-theme.freedesktop.org/releases/${name}.tar.xz";
+    url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-${version}.tar.xz";
     sha256 = "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i";
   };