about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-17 01:54:08 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-17 01:57:14 -0500
commit67d1525945c0d14aaef11be7433f442f8edf6e76 (patch)
treee9d06dea031a53b01ee1cfaa153d2184ebb660f0 /pkgs/desktops/pantheon
parent6ea98c1329b3736101dbc9bc1e656a7b7cd3819d (diff)
downloadnixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar.gz
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar.bz2
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar.lz
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar.xz
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.tar.zst
nixlib-67d1525945c0d14aaef11be7433f442f8edf6e76.zip
pantheon.granite: 5.2.5 -> 5.3.0
https://github.com/elementary/granite/releases/tag/5.3.0
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index ab673832857d..1b73ac88df59 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "granite";
-  version = "5.2.5";
+  version = "5.3.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "0z40vhcp2w8s8rnc56pzvjc4s77bln8k84rwwypivjmk3lhpw1vi";
+    sha256 = "1gvrk8gh959bmq8w0kaym7sx13v763lk8x5hck00msgmyrsarfwa";
   };
 
   passthru = {