From 597b92d9401094cdb54100852c62efbb4cfeb976 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 8 Jul 2023 11:53:07 +0800 Subject: [PATCH] cinnamon.mint-l-theme: 1.9.4 -> 1.9.5 https://github.com/linuxmint/mint-l-theme/compare/1.9.4...078219f4 --- pkgs/desktops/cinnamon/mint-l-theme/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/cinnamon/mint-l-theme/default.nix b/pkgs/desktops/cinnamon/mint-l-theme/default.nix index 933745d5055f..cc86b1af4187 100644 --- a/pkgs/desktops/cinnamon/mint-l-theme/default.nix +++ b/pkgs/desktops/cinnamon/mint-l-theme/default.nix @@ -8,13 +8,14 @@ stdenvNoCC.mkDerivation rec { pname = "mint-l-theme"; - version = "1.9.4"; + version = "1.9.5"; src = fetchFromGitHub { owner = "linuxmint"; repo = pname; - rev = version; - hash = "sha256-uVWqsGdwFj4zLP5CqBCci+qbX9l+/esvoFWlToJR8lE="; + # They don't really do tags, this is just a named commit. + rev = "078219f4f947245b3b7bf271c7311f67bf744bfb"; + hash = "sha256-GK1bwKeyYTXZUNnOdOnqu2C0ZwJHheRVRYL2SLwOnd0="; }; nativeBuildInputs = [