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>2021-12-20 00:08:29 +0000
committerGitHub <noreply@github.com>2021-12-20 00:08:29 +0000
commite426655e91b96030e068aebd19d5e744a15b5de4 (patch)
tree6635c537bc9b731e5db1687052aef66e70b1c185 /pkgs/data
parent0c19ae0abad1426f0e2381b730aafd0b1d7bfc75 (diff)
parent2beba9a23a8381eb95187f46b10c3677d8f63ca1 (diff)
downloadnixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar.gz
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar.bz2
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar.lz
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar.xz
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.tar.zst
nixpkgs-e426655e91b96030e068aebd19d5e744a15b5de4.zip
Merge master into haskell-updates
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 5676d03abee..7a1b79d6d97 100644
--- a/pkgs/data/themes/marwaita/default.nix
+++ b/pkgs/data/themes/marwaita/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation rec {
   pname = "marwaita";
-  version = "11.3";
+  version = "12.0";
 
   src = fetchFromGitHub {
     owner = "darkomarko42";
     repo = pname;
     rev = version;
-    sha256 = "sha256-7l3fvqhMMJyv27yv/jShju0hL5AAvHk8pmISj/oyUP4=";
+    sha256 = "10mf1cbm6a9k0b1vcafy3jb7kicpvnf6xqmn1dfxwsq3k81mmy7d";
   };
 
   buildInputs = [