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

plasma-panel-colorizer: 6.3.0 -> 6.5.0 (#483204)

parents 1d9d4061 95603703
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.3.0";
  version = "6.5.0";

  src = fetchFromGitHub {
    owner = "luisbocanegra";
    repo = "plasma-panel-colorizer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ekYNEx6Fa8/groKrQUINoscekxiOK6MCX+gueVoDGiU=";
    hash = "sha256-okqp0jgrAIUAkVmlWd3O1lnvSOTIXp+RJ9GJAAe5mIs=";
  };

  nativeBuildInputs = [