mint-l-theme: 1.9.9 -> 2.0.0

This commit is contained in:
R. Ryantm 2025-05-22 00:59:25 +00:00
parent 486b9e4b90
commit 8625622419

View File

@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-l-theme";
version = "1.9.9";
version = "2.0.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "mint-l-theme";
rev = version;
hash = "sha256-umY14seqUjNugN6+wzMDIGbCiis/InseDwVR85PqrGs=";
hash = "sha256-G2wwzt02WVVsKjY7tHAfRzxUIa3OUKkYiazUFTDeR9Q=";
};
nativeBuildInputs = [