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

plasmusic-toolbar: 4.0.0 -> 4.1.0 (#516284)

parents 788368c3 618a16fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "plasmusic-toolbar";
  version = "4.0.0";
  version = "4.1.0";

  src = fetchFromGitHub {
    owner = "ccatterina";
    repo = "plasmusic-toolbar";
    tag = "v${finalAttrs.version}";
    hash = "sha256-yT3Ftwy30ixFmGhvof49FIOCH97rT03zNL8V2uweyOQ=";
    hash = "sha256-26kYd+LzVfscBEp5qpGKxwS9YXzZ+eEveW5GODDXqFg=";
  };

  installPhase = ''