summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-14 00:15:04 +0000
committerGitHub <noreply@github.com>2022-11-14 00:15:04 +0000
commiteaa68149130b9c9efa8e6db7298658f320dc74e5 (patch)
treee2e4a2c904d04e5a77e43eadad65298f3d0b7837 /pkgs/data
parent988dfa8310214787b1e3796b59329f4e327d8f42 (diff)
parent5e876613a39cdea53ccef72371b3f6a544f279bb (diff)
downloadnixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar.gz
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar.bz2
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar.lz
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar.xz
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.tar.zst
nixpkgs-eaa68149130b9c9efa8e6db7298658f320dc74e5.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/flat-remix-gnome/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/themes/flat-remix-gnome/default.nix b/pkgs/data/themes/flat-remix-gnome/default.nix
index 23e3ce83227..54fa01cf40b 100644
--- a/pkgs/data/themes/flat-remix-gnome/default.nix
+++ b/pkgs/data/themes/flat-remix-gnome/default.nix
@@ -7,25 +7,25 @@
 let
   # make install will use dconf to find desktop background file uri.
   # consider adding an args to allow specify pictures manually.
-  # https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L38
+  # https://github.com/daniruiz/flat-remix-gnome/blob/20221107/Makefile#L38
   fake-dconf = writeScriptBin "dconf" "echo -n";
 in
 stdenv.mkDerivation rec {
   pname = "flat-remix-gnome";
-  version = "20220622";
+  version = "20221107";
 
   src = fetchFromGitHub {
     owner = "daniruiz";
     repo = pname;
     rev = version;
-    hash = "sha256-fm1YOKI6TLkCnkkPZkp8I0xWkNrZt4sVktYZyD5foKU=";
+    hash = "sha256-5V3ECbQe3/5bhHnMR1pzvehs1eh0u9U7E1voDiqo9cY=";
   };
 
   nativeBuildInputs = [ glib fake-dconf ];
   makeFlags = [ "PREFIX=$(out)" ];
 
   # make install will back up this file, it will fail if the file doesn't exist.
-  # https://github.com/daniruiz/flat-remix-gnome/blob/20220510/Makefile#L56
+  # https://github.com/daniruiz/flat-remix-gnome/blob/20221107/Makefile#L56
   preInstall = ''
     mkdir -p $out/share/gnome-shell/
     touch $out/share/gnome-shell/gnome-shell-theme.gresource