Unverified Commit 9e2987c4 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

strawberry: 1.2.7 -> 1.2.10 (#400692)

parents 94bf536c 4b6cffea
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
  taglib,
  util-linux,
  wrapQtAppsHook,
  sparsehash,
  rapidjson,
}:

let
@@ -40,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "strawberry";
  version = "1.2.7";
  version = "1.2.10";

  src = fetchFromGitHub {
    owner = "jonaski";
    repo = pname;
    rev = version;
    hash = "sha256-EJE6GDyXYMjJUQeTRgmjd0HX3hf4ajSRGsv/2s2oItc=";
    hash = "sha256-ByZHyHkMlU571QSu1bbYZC7aEX4Jc8N3j05WbXRQaBY=";
  };

  # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
@@ -73,6 +75,8 @@ stdenv.mkDerivation rec {
      qtbase
      sqlite
      taglib
      sparsehash
      rapidjson
    ]
    ++ optionals stdenv.hostPlatform.isLinux [
      libgpod