lol

cinnamon.mint-l-theme: 1.9.4 -> 1.9.5

https://github.com/linuxmint/mint-l-theme/compare/1.9.4...078219f4

+4 -3
+4 -3
pkgs/desktops/cinnamon/mint-l-theme/default.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "mint-l-theme"; 11 - version = "1.9.4"; 11 + version = "1.9.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "linuxmint"; 15 15 repo = pname; 16 - rev = version; 17 - hash = "sha256-uVWqsGdwFj4zLP5CqBCci+qbX9l+/esvoFWlToJR8lE="; 16 + # They don't really do tags, this is just a named commit. 17 + rev = "078219f4f947245b3b7bf271c7311f67bf744bfb"; 18 + hash = "sha256-GK1bwKeyYTXZUNnOdOnqu2C0ZwJHheRVRYL2SLwOnd0="; 18 19 }; 19 20 20 21 nativeBuildInputs = [