summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-08-27 18:15:19 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-08-27 18:15:19 -0400
commit09538793f3753cf1578269caf7af8c3a23a82af8 (patch)
treeea11f690e03ab39063a94003cd380cc4177131be
parentf412e19996f059faaa216fb52babe7efa2d5ff27 (diff)
downloadnixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar.gz
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar.bz2
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar.lz
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar.xz
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.tar.zst
nixlib-09538793f3753cf1578269caf7af8c3a23a82af8.zip
granite: 5.0 -> 5.1.0
-rw-r--r--pkgs/development/libraries/granite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/granite/default.nix b/pkgs/development/libraries/granite/default.nix
index b8f35c8539ac..1ee0970ffad2 100644
--- a/pkgs/development/libraries/granite/default.nix
+++ b/pkgs/development/libraries/granite/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "granite-${version}";
-  version = "5.0";
+  version = "5.1.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = "granite";
     rev = version;
-    sha256 = "015hkclcxirssg7a8s6mkns5xdk77m1jnkshlyfdw041nzyc5jh1";
+    sha256 = "1v1yhz6rp616xi417m9r8072s6mpz5i8vkdyj264b73p0lgjwh40";
   };
 
   cmakeFlags = [