about summary refs log tree commit diff
path: root/pkgs/applications/graphics/icon-library
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-02-10 12:06:36 +0100
committerAlyssa Ross <hi@alyssa.is>2024-02-10 12:06:36 +0100
commite7a6102e9220d0ea5f7b1ea7ddca0838f050d796 (patch)
treec830f60923c451a28c92fcf9b432b2b2e19293ee /pkgs/applications/graphics/icon-library
parenta7f4ae064427f40c35ca090b289405ca6df8533c (diff)
icon-library: 0.0.17 -> 0.0.18
Diffstat (limited to 'pkgs/applications/graphics/icon-library')
-rw-r--r--pkgs/applications/graphics/icon-library/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/icon-library/default.nix b/pkgs/applications/graphics/icon-library/default.nix
index cbd704a24a916..6033843e4aebf 100644
--- a/pkgs/applications/graphics/icon-library/default.nix
+++ b/pkgs/applications/graphics/icon-library/default.nix
@@ -19,11 +19,11 @@
 
 stdenv.mkDerivation rec {
   pname = "icon-library";
-  version = "0.0.17";
+  version = "0.0.18";
 
   src = fetchurl {
-    url = "https://gitlab.gnome.org/World/design/icon-library/uploads/8c4cad88809cd4ddc0eeae6f5170c001/icon-library-${version}.tar.xz";
-    hash = "sha256-Gspx3fJl+ZoUN3heGWaeMuxUsjWCrIdg4pJj7DeMTSY=";
+    url = "https://gitlab.gnome.org/World/design/icon-library/uploads/874b27fcf34662d9686f670d406142c2/icon-library-${version}.tar.xz";
+    hash = "sha256-qCGwTePA817mulFjyRZKw+Fw1S77+QTtA7WH+KocL48=";
   };
 
   nativeBuildInputs = [