about summary refs log tree commit diff
path: root/pkgs/applications/graphics/icon-library
diff options
context:
space:
mode:
authorGabriel Arazas <foodogsquared@foodogsquared.one>2023-05-16 15:09:06 +0800
committerAlyssa Ross <hi@alyssa.is>2023-05-16 16:31:43 +0000
commit9b4fc47c6056a905c41beecc030fbd01cd420072 (patch)
tree89383f728b55cda2661711ba135f8a2128325f04 /pkgs/applications/graphics/icon-library
parent8681095287dc4c0a5d556f8b2ae9490e93387ed5 (diff)
icon-library: 0.0.11 -> 0.0.16
Diffstat (limited to 'pkgs/applications/graphics/icon-library')
-rw-r--r--pkgs/applications/graphics/icon-library/default.nix16
1 files changed, 3 insertions, 13 deletions
diff --git a/pkgs/applications/graphics/icon-library/default.nix b/pkgs/applications/graphics/icon-library/default.nix
index d62c6853976ed..cbf91c83cf77d 100644
--- a/pkgs/applications/graphics/icon-library/default.nix
+++ b/pkgs/applications/graphics/icon-library/default.nix
@@ -5,23 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "icon-library";
-  version = "0.0.11";
+  version = "0.0.16";
 
   src = fetchurl {
-    url = "https://gitlab.gnome.org/World/design/icon-library/uploads/93d183b17d216bbed7b03b2f3698059c/icon-library-${version}.tar.xz";
-    sha256 = "1zrcnc5dn5fgcl3vklfpbp3m0qzi2n2viw59vw5fhwkysvp670y7";
+    url = "https://gitlab.gnome.org/World/design/icon-library/uploads/5dd3d97acfdbaf69c7dc6b2f7bbf4cae/icon-library-${version}.tar.xz";
+    hash = "sha256-EO67foD/uRoeF+zmJyEia5Nr3eW+Se9bVjDxipMw75E=";
   };
 
-  patches = [
-    # Fix build with meson 0.61
-    # data/meson.build:85:0: ERROR: gnome.compile_resources takes exactly 2 arguments, but got 3.
-    # https://gitlab.gnome.org/World/design/icon-library/-/merge_requests/54
-    (fetchpatch {
-      url = "https://gitlab.gnome.org/World/design/icon-library/-/commit/c629dbf6670f9bb0b98ff21c17110489b58f5c85.patch";
-      sha256 = "UKC1CPaM58/z0zINN794luWZdoFx1zGxETPb8VtbO3E=";
-    })
-  ];
-
   nativeBuildInputs = [
     cargo desktop-file-utils meson ninja pkg-config rustc wrapGAppsHook4
   ];