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 1e191cb commit a608ec0Copy full SHA for a608ec0
pkgs/by-name/mi/mint-themes/package.nix
@@ -7,13 +7,13 @@
7
8
stdenvNoCC.mkDerivation rec {
9
pname = "mint-themes";
10
- version = "2.1.8";
+ version = "2.1.9";
11
12
src = fetchFromGitHub {
13
owner = "linuxmint";
14
repo = pname;
15
rev = version;
16
- hash = "sha256-mkcIhZRaOUom1Rurz/IO646FSF50efLN6xfesPdyVHc=";
+ hash = "sha256-+RuhpM4Qk5iU+Mxi8adneUL8fpC896FGKR2HNTnc1+U=";
17
};
18
19
nativeBuildInputs = [
0 commit comments