pantheon.granite: 5.2.5 -> 5.3.0

https://github.com/elementary/granite/releases/tag/5.3.0
This commit is contained in:
worldofpeace 2019-12-17 01:54:08 -05:00
parent 6ea98c1329
commit 67d1525945
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {