summary refs log tree commit diff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2022-04-07 11:29:58 +0000
committerfortuneteller2k <lythe1107@gmail.com>2022-04-10 16:27:11 +0000
commit510dfffd7567875aed4ab017373895ffeb5c9853 (patch)
tree4d683fd750b3cb6a8e859231c5ce7e0fde0e6090 /pkgs/data/themes/yaru/default.nix
parent79b72e211082add88b5385c21be57e62bb49cdb6 (diff)
downloadnixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar.gz
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar.bz2
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar.lz
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar.xz
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.tar.zst
nixpkgs-510dfffd7567875aed4ab017373895ffeb5c9853.zip
yaru-theme: 22.04.3.1 -> unstable-2022-04-07
Co-authored-by: José Romildo Malaquias <malaquias@gmail.com>
Diffstat (limited to 'pkgs/data/themes/yaru/default.nix')
-rw-r--r--pkgs/data/themes/yaru/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index a27370b9636..e2bc278299d 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -16,21 +16,18 @@
 
 stdenv.mkDerivation rec {
   pname = "yaru";
-  version = "22.04.3.1";
+  version = "unstable-2022-04-07"; # 22.04.3.1 is broken
 
   src = fetchFromGitHub {
     owner = "ubuntu";
     repo = "yaru";
-    rev = version;
-    sha256 = "sha256-nNI6Nm3ZpIJRTbIbe/P9cKofcthb6qWKjn81/ZpPo2g=";
+    rev = "9bdbf66bf3718c6595c7a15ef4698ba471a36526";
+    sha256 = "02f6m0jxnsczw3y7v7bqdihxa33sx2z93yn3j8w4z9r9fv2pn06b";
   };
 
   nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
-
   buildInputs = [ gtk3 gnome.gnome-themes-extra ];
-
   propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
-
   propagatedUserEnvPkgs = [ gtk-engine-murrine ];
 
   dontDropIconThemeCache = true;