cinnamon.mint-l-theme: 1.9.6 -> 1.9.7

1444bacf3f...1.9.7
This commit is contained in:
Bobby Rong 2024-06-24 22:04:00 +08:00
parent 3c523060d9
commit dbc2df7ab8
No known key found for this signature in database

View File

@ -8,14 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-l-theme";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
# They don't really do tags, this is just a named commit.
rev = "1444bacf3ff470db05b663b9c5c3a3419decba60";
hash = "sha256-n+5PMfNUNJrVSvCXiFdiRQrq6A6WPINcT110J8OV6FQ=";
rev = version;
hash = "sha256-pgb1lkrBRDYgfrLx0/afEuTz+5gZt/IG1u+dn4V7Spo=";
};
nativeBuildInputs = [