diff options
| author | Peter Hoeg <peter@hoeg.com> | 2020-10-18 20:29:01 +0800 |
|---|---|---|
| committer | Peter Hoeg <peter@hoeg.com> | 2020-10-18 20:29:01 +0800 |
| commit | 8848b68bef337290f9ebce8852335f1265738784 (patch) | |
| tree | 734faa794757f1822428b5c11df1b0af99295ef1 | |
| parent | haskellPackages.neuron: Fix build (diff) | |
| download | nixpkgs-origin/u/strawberry_0_8_2.tar.gz | |
strawberry: 0.7.2 -> 0.8.2origin/u/strawberry_0_8_2
| -rw-r--r-- | pkgs/applications/audio/strawberry/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix index d6428e40312b..fa6ee383c9e6 100644 --- a/pkgs/applications/audio/strawberry/default.nix +++ b/pkgs/applications/audio/strawberry/default.nix @@ -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 = [ |
