lol

cinnamon.mint-themes: 2.1.4 -> 2.1.5

https://github.com/linuxmint/mint-themes/compare/2.1.4...2.1.5

+2 -2
+2 -2
pkgs/desktops/cinnamon/mint-themes/default.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "mint-themes"; 11 - version = "2.1.4"; 11 + version = "2.1.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "linuxmint"; 15 15 repo = pname; 16 16 rev = version; 17 - hash = "sha256-Tr9MtEsd5+8YGsJvBF+i39dBL6/ufC3UVhgi8pP04Zs="; 17 + hash = "sha256-l/ePlvdrHUhRz/KBaBgUSA9KF/pufqeCgSAFRR03IKE="; 18 18 }; 19 19 20 20 nativeBuildInputs = [