summary refs log tree commit diff
path: root/pkgs/applications/audio/strawberry/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 03:32:21 +0000
committerPeter Hoeg <peter@hoeg.com>2022-09-05 11:57:51 +0800
commitf98116594dee86e2df3c9a93f52ae4ccd7921f6b (patch)
treede67c552f4f64f18c6dce1ccbef54683a764bbdd /pkgs/applications/audio/strawberry/default.nix
parentadff066f00dde76165abbc9679b983fe4706fdc5 (diff)
downloadnixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar.gz
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar.bz2
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar.lz
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar.xz
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.tar.zst
nixpkgs-f98116594dee86e2df3c9a93f52ae4ccd7921f6b.zip
strawberry: 1.0.8 -> 1.0.9
Diffstat (limited to 'pkgs/applications/audio/strawberry/default.nix')
-rw-r--r--pkgs/applications/audio/strawberry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix
index 91278dd0c89..8d77f661fbd 100644
--- a/pkgs/applications/audio/strawberry/default.nix
+++ b/pkgs/applications/audio/strawberry/default.nix
@@ -42,13 +42,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "strawberry";
-  version = "1.0.8";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-NhouAHr5fKdH62rtCIHlr8ennixIf9YQrf4zRIGjfxs=";
+    hash = "sha256-l6q9iTC3K7SwD0KfVVtXUGzeyuuR6OxtPkaj85s+qT4=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead