cinnamon.folder-color-switcher: 1.5.8 -> 1.5.9

f167627c...b735ed90
This commit is contained in:
Bobby Rong 2023-07-08 11:40:04 +08:00
parent 6b1e4428be
commit d84251b625
No known key found for this signature in database

View file

@ -7,14 +7,14 @@
stdenvNoCC.mkDerivation rec {
pname = "folder-color-switcher";
version = "1.5.8";
version = "1.5.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
# They don't really do tags, this is just a named commit.
rev = "f167627cffaf8b34e27b0515153b669b980fd62e";
sha256 = "sha256-u8Lv0OTxKgjIp1q5WR0NXULhnwFfEDYGRlBpFMVHCBY=";
rev = "b735ed90b798eda541885735368930d045430e6e";
sha256 = "sha256-acbBghi3LWpGH1dBF8icuTGgliA+NM+pE8YDN3WxOic=";
};
nativeBuildInputs = [