Skip to content

Commit

Permalink
strawberry: 0.7.2 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Oct 18, 2020
1 parent 24c9b05 commit 8848b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/strawberry/default.nix
Expand Up @@ -35,13 +35,13 @@

mkDerivation rec {
pname = "strawberry";
version = "0.7.2";
version = "0.8.2";

src = fetchFromGitHub {
owner = "jonaski";
repo = pname;
rev = version;
sha256 = "sha256-YUR9SDiRV/gJKx4H1cgdDnKGulTQPVP7MpHyihUEgqg=";
sha256 = "sha256-tJcpjviCXA1Y/PX1jlXphXZZMWBAAg3kdbsj41tmunE=";
};

buildInputs = [
Expand Down

0 comments on commit 8848b68

Please sign in to comment.