Unverified Commit d786a9f8 authored by Heitor Augusto's avatar Heitor Augusto Committed by GitHub
Browse files

plasma-panel-colorizer: 6.7.0 -> 6.8.0 (#490188)

parents f3d85e02 b0d5bf8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "plasma-panel-colorizer";
  version = "6.7.0";
  version = "6.8.0";

  src = fetchFromGitHub {
    owner = "luisbocanegra";
    repo = "plasma-panel-colorizer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YAWSVH5cpllNz50pYbq3ceGaLOYOkwMsE5s/MfzP18A=";
    hash = "sha256-HsivJaF+5s+OFoCwerQCAYIgKtdCIIXI1EgAwJjwAPk=";
  };

  nativeBuildInputs = [