We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a608ec0 commit 84151e0Copy full SHA for 84151e0
pkgs/by-name/fo/folder-color-switcher/package.nix
@@ -7,14 +7,14 @@
7
8
stdenvNoCC.mkDerivation rec {
9
pname = "folder-color-switcher";
10
- version = "1.6.4";
+ version = "1.6.5";
11
12
src = fetchFromGitHub {
13
owner = "linuxmint";
14
repo = pname;
15
# They don't really do tags, this is just a named commit.
16
- rev = "c9d1a2b9c7f40ff7bb77ee74a277988bb8a4adf2";
17
- hash = "sha256-5k0YybA40MefqQixNFyQFMuy7t4aSGsI3BK0RbZDu28=";
+ rev = "ba8ea15a48a1a31f318676f4079789af20bdf099";
+ hash = "sha256-jbfc831wTA3NMa905ZzMnV0dyzzqZxOzrRPdgS7E2ZU=";
18
};
19
20
nativeBuildInputs = [
0 commit comments