Unverified Commit e9bd852a authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #268428 from bobby285271/upd/pantheon

pantheon.granite7: 7.3.0 -> 7.4.0
parents 0a6a7c83 78c62132
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

stdenv.mkDerivation rec {
  pname = "granite";
  version = "7.3.0";
  version = "7.4.0";

  outputs = [ "out" "dev" ];

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-siFS8BiHVlDtM5odL0Lf1aRMoG6qqQOnbsXGKVyc218=";
    sha256 = "sha256-z/6GxWfbsngySv2ziNwzhcEfTamxP1DnJ2ld9fft/1U=";
  };

  nativeBuildInputs = [