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

plasma-panel-colorizer: 6.1.0 -> 6.3.0 (#478800)

parents 11cf0a24 0cf01517
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.1.0";
  version = "6.3.0";

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

  nativeBuildInputs = [