about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2023-01-02 21:54:04 +0800
committerPeter Hoeg <peter@hoeg.com>2023-01-02 21:54:04 +0800
commit43889bbedb3f186777c599d39f4d40b88d6fca0b (patch)
tree5209b6a1b60320a7a901d45fb3c95386943b1414 /pkgs/applications/audio
parentd568507070738d3e65ce8eafedac5a740bdecf3b (diff)
strawberry: 1.0.10 -> 1.0.11
Diffstat (limited to 'pkgs/applications/audio')
-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 13dc80c1dc632..303e0e265f813 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.10";
+  version = "1.0.11";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-N3jLw2UXLXLpTmFIHihzcMXrxJY0gmvwoawTQ0vRR+w=";
+    hash = "sha256-w2KOZwxPpe/yQw2RBeTEYueeq7m5ZCQXlUH/f52GiyI=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead