Unverified Commit 2d09901f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

spotify-qt: 3.12 -> 4.0.0 (#402708)

parents 02028bec 33cd44d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "spotify-qt";
  version = "3.12";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "kraxarn";
    repo = "spotify-qt";
    rev = "v${finalAttrs.version}";
    hash = "sha256-j9g2fq12gsue0pc/fLoCAtDlwwlbCVJ65kxPiTJTqvk=";
    hash = "sha256-4Qcmb8SYh4wQIosMU9bk22Y7FF3gfYgM3zODMBsD8Iw=";
  };

  postPatch = ''