From 6c53effa03dd7e473afe86c1b70e8c02506c1842 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 10 Feb 2026 23:05:27 +0800 Subject: [PATCH] pantheon.granite7: 7.7.0 -> 7.8.0 https://github.com/elementary/granite/compare/7.7.0...7.8.0 --- pkgs/desktops/pantheon/libraries/granite/7/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/pantheon/libraries/granite/7/default.nix b/pkgs/desktops/pantheon/libraries/granite/7/default.nix index 21aea0b9606d..1b108ee631c4 100644 --- a/pkgs/desktops/pantheon/libraries/granite/7/default.nix +++ b/pkgs/desktops/pantheon/libraries/granite/7/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { pname = "granite"; - version = "7.7.0"; + version = "7.8.0"; outputs = [ "out" @@ -30,8 +30,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "elementary"; repo = "granite"; - rev = version; - sha256 = "sha256-ypSkzz9BaVweR1C0OkkfwDl8tehMK1S5iExL14LuKmI="; + tag = version; + hash = "sha256-UEbe/vAXbd1W7EA1s5qvn8dM9/3CTIyLGMPXzEFu7qM="; }; nativeBuildInputs = [