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 295675b commit 4a6e69dCopy full SHA for 4a6e69d
pkgs/by-name/mi/mint-l-theme/package.nix
@@ -9,13 +9,13 @@
9
10
stdenvNoCC.mkDerivation rec {
11
pname = "mint-l-theme";
12
- version = "2.0.0";
+ version = "2.0.1";
13
14
src = fetchFromGitHub {
15
owner = "linuxmint";
16
repo = "mint-l-theme";
17
rev = version;
18
- hash = "sha256-G2wwzt02WVVsKjY7tHAfRzxUIa3OUKkYiazUFTDeR9Q=";
+ hash = "sha256-3suLa8el58t5J6aJaH3Z4+tTqoCpD1Uvy2uzaVgIfVo=";
19
};
20
21
nativeBuildInputs = [
0 commit comments