We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6e69d commit 9f52aa1Copy full SHA for 9f52aa1
pkgs/by-name/mi/mint-themes/package.nix
@@ -8,13 +8,13 @@
8
9
stdenvNoCC.mkDerivation rec {
10
pname = "mint-themes";
11
- version = "2.3.1";
+ version = "2.3.2";
12
13
src = fetchFromGitHub {
14
owner = "linuxmint";
15
repo = "mint-themes";
16
rev = version;
17
- hash = "sha256-oBedc+laKUxCUqDmLXomu8oPEjXckznNSjm/DYDxKhM=";
+ hash = "sha256-99bE20XheHzEa2IIlXqdTHs044FRqI3O1xOLkhEC/gY=";
18
};
19
20
nativeBuildInputs = [
0 commit comments