parent
a608ec048b
commit
84151e088b
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user