summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-12 23:47:19 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-12 23:47:19 +0800
commit6f747a9f14c300b2c381afce86b8e4104826c662 (patch)
treeb9f46370d9d0cec5a6f2595117c615e8fa50039f
parentae766d59b07c450e0f1de8a1bfd6529089f40849 (diff)
downloadnixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar.gz
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar.bz2
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar.lz
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar.xz
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.tar.zst
nixpkgs-6f747a9f14c300b2c381afce86b8e4104826c662.zip
pantheon.granite7: 7.2.0 -> 7.3.0
https://github.com/elementary/granite/releases/tag/7.3.0
-rw-r--r--pkgs/desktops/pantheon/granite/7/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/granite/7/default.nix b/pkgs/desktops/pantheon/granite/7/default.nix
index 0903dc69709..0904fbe2579 100644
--- a/pkgs/desktops/pantheon/granite/7/default.nix
+++ b/pkgs/desktops/pantheon/granite/7/default.nix
@@ -5,6 +5,7 @@
 , python3
 , meson
 , ninja
+, sassc
 , vala
 , pkg-config
 , libgee
@@ -18,7 +19,7 @@
 
 stdenv.mkDerivation rec {
   pname = "granite";
-  version = "7.2.0";
+  version = "7.3.0";
 
   outputs = [ "out" "dev" ];
 
@@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-LU2eIeaNqO4/6dPUuzOQ/w4tx0dEm26JwZ87yQ16c4o=";
+    sha256 = "sha256-siFS8BiHVlDtM5odL0Lf1aRMoG6qqQOnbsXGKVyc218=";
   };
 
   nativeBuildInputs = [
@@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
     ninja
     pkg-config
     python3
+    sassc
     vala
     wrapGAppsHook4
   ];