folder-color-switcher: 1.6.4 -> 1.6.5

c9d1a2b9c7...ba8ea15a48
This commit is contained in:
Bobby Rong 2024-11-25 22:22:13 +08:00
parent a608ec048b
commit 84151e088b
No known key found for this signature in database

View File

@ -7,14 +7,14 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "folder-color-switcher"; pname = "folder-color-switcher";
version = "1.6.4"; version = "1.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
# They don't really do tags, this is just a named commit. # They don't really do tags, this is just a named commit.
rev = "c9d1a2b9c7f40ff7bb77ee74a277988bb8a4adf2"; rev = "ba8ea15a48a1a31f318676f4079789af20bdf099";
hash = "sha256-5k0YybA40MefqQixNFyQFMuy7t4aSGsI3BK0RbZDu28="; hash = "sha256-jbfc831wTA3NMa905ZzMnV0dyzzqZxOzrRPdgS7E2ZU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [