cinnamon.mint-l-theme: 1.9.4 -> 1.9.5

https://github.com/linuxmint/mint-l-theme/compare/1.9.4...078219f4
This commit is contained in:
Bobby Rong 2023-07-08 11:53:07 +08:00
parent b22d5daefe
commit 597b92d940
No known key found for this signature in database

View File

@ -8,13 +8,14 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-l-theme";
version = "1.9.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-uVWqsGdwFj4zLP5CqBCci+qbX9l+/esvoFWlToJR8lE=";
# They don't really do tags, this is just a named commit.
rev = "078219f4f947245b3b7bf271c7311f67bf744bfb";
hash = "sha256-GK1bwKeyYTXZUNnOdOnqu2C0ZwJHheRVRYL2SLwOnd0=";
};
nativeBuildInputs = [