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

plasma-panel-colorizer: 6.0.0 -> 6.1.0 (#475053)

parents 757725c9 ef135cf2
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.0.0";
  version = "6.1.0";

  src = fetchFromGitHub {
    owner = "luisbocanegra";
    repo = "plasma-panel-colorizer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-gK5WkGWAS64R/msPbHDrMPtWlHQQbnxfPINmFARCBR8=";
    hash = "sha256-s+4TH6xYs53/HVU5UD3YyjYgbc0Ul+RmC1kV7eJHO/o=";
  };

  nativeBuildInputs = [