Unverified Commit 1ade222e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

plasma-panel-colorizer: 1.0.0 -> 1.2.0 (#357547)

parents 8ae24c7b cb6290c2
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 = "1.0.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "luisbocanegra";
    repo = "plasma-panel-colorizer";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-O+qIsYF0E+9LeiDcOUh8pZVY1rVoMlniju6yLact2Bc=";
    hash = "sha256-yeUicFoafKqj6suVJSaaNjmT+g+ZYb8QsguYyKNBYFA=";
  };

  nativeBuildInputs = [