Skip to content

Commit

Permalink
pantheon.granite: 5.5.0 -> 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 17, 2021
1 parent 81666e7 commit 2ee5afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/granite/default.nix
Expand Up @@ -18,15 +18,15 @@

stdenv.mkDerivation rec {
pname = "granite";
version = "5.5.0";
version = "6.0.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-ytbjuo9RnYyJ9+LqtWE117dGlNErLl+nmTM22xGGDo8=";
sha256 = "sha256-RGukXeFmtnyCfK8pKdvTHL0t8yhEYwAiiPelTy1Xcf0=";
};

passthru = {
Expand Down

0 comments on commit 2ee5afc

Please sign in to comment.