summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-08-27 10:53:55 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-08-27 10:53:55 -0300
commite8633b1e2b5285c0e3ec4809658ae089927aaef5 (patch)
tree41b267488a3857b49f099db5fdd25302a5ce743d /pkgs/data
parent2995fa48cb4878756b9d64b27535737278d96f07 (diff)
downloadnixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar.gz
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar.bz2
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar.lz
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar.xz
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.tar.zst
nixpkgs-e8633b1e2b5285c0e3ec4809658ae089927aaef5.zip
marwaita: 7.4.3 -> 7.5
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/marwaita/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/marwaita/default.nix b/pkgs/data/themes/marwaita/default.nix
index 7a473567589..6bd6de32f00 100644
--- a/pkgs/data/themes/marwaita/default.nix
+++ b/pkgs/data/themes/marwaita/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "marwaita";
-  version = "7.4.3";
+  version = "7.5";
 
   src = fetchFromGitHub {
     owner = "darkomarko42";
     repo = pname;
     rev = version;
-    sha256 = "1g8xyv0najy4lpwa9xplx3ylxvn86dyi58j7qanc6r9yddy85ln9";
+    sha256 = "13p0sr5gnb8ww9fx83p6nykdn82jd6hx6l94z939g0ghj5aizbbl";
   };
 
   buildInputs = [