Unverified Commit 5b4aeb3d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

spotify-qt: 4.0.1 -> 4.0.2 (#488149)

parents cd8e3e42 2964492f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "spotify-qt";
  version = "4.0.1";
  version = "4.0.2";

  src = fetchFromGitHub {
    owner = "kraxarn";
    repo = "spotify-qt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-R6ucuQdntc1OxDCV8jDAlyjAo/393HN7fjRJH70OdNs=";
    hash = "sha256-GItr7Zxc6qzuB64UvfPB4wEzhts7E61oBN+re/M8jU4=";
  };

  postPatch = ''