pantheon.granite7: 7.1.0 -> 7.2.0

This upgrade is needed for Epiphany 44 to support Pantheon.
This commit is contained in:
Bobby Rong 2023-02-28 12:04:59 +08:00
parent 7f5639fa3b
commit 79414696e0
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "granite";
version = "7.1.0";
version = "7.2.0";
outputs = [ "out" "dev" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-tdZSiIK+BW8uhbRxLUcrGQt71jRfVLOTgFNOqeLK6ig=";
sha256 = "sha256-LU2eIeaNqO4/6dPUuzOQ/w4tx0dEm26JwZ87yQ16c4o=";
};
nativeBuildInputs = [