about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/granite/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-24 09:54:56 +0800
committerBobby Rong <rjl931189261@126.com>2021-11-24 21:02:53 +0800
commit110e1931cec2162d4976a44382d43e5f445c32cb (patch)
tree6f6a534b28d58930e2b56445b2a52ad3790e99c4 /pkgs/desktops/pantheon/granite/default.nix
parente5afe95fe7d4e2028741a3721eeb846e328925dd (diff)
pantheon.granite: 6.1.2 -> 6.2.0
Diffstat (limited to 'pkgs/desktops/pantheon/granite/default.nix')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index 20b5729ac302c..68ea9eb1417f2 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv
+{ lib
+, stdenv
 , fetchFromGitHub
 , nix-update-script
 , python3
@@ -18,7 +19,7 @@
 
 stdenv.mkDerivation rec {
   pname = "granite";
-  version = "6.1.2";
+  version = "6.2.0";
 
   outputs = [ "out" "dev" ];
 
@@ -26,13 +27,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-d48KQH8uwkSZWQEFSq1BD+TVUi9PWVVtMjKYmleRW58=";
-  };
-
-  passthru = {
-    updateScript = nix-update-script {
-      attrPath = "pantheon.${pname}";
-    };
+    sha256 = "sha256-WM0Wo9giVP5pkMFaPCHsMfnAP6xD71zg6QLCYV6lmkY=";
   };
 
   nativeBuildInputs = [
@@ -58,6 +53,12 @@ stdenv.mkDerivation rec {
     patchShebangs meson/post_install.py
   '';
 
+  passthru = {
+    updateScript = nix-update-script {
+      attrPath = "pantheon.${pname}";
+    };
+  };
+
   meta = with lib; {
     description = "An extension to GTK used by elementary OS";
     longDescription = ''