about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-10 04:46:46 +0000
committerPeter Hoeg <peter@hoeg.com>2023-01-11 09:00:16 +0800
commitbc9dd4279a053486428e6dbc6ac48d20b537a53f (patch)
tree23a17934c434ac64ce1ef1448c2510efa7bf1105 /pkgs/applications/audio
parentb8388223110f1b6126d9914872413b4aa5bae997 (diff)
strawberry: 1.0.11 -> 1.0.12
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 303e0e265f813..9e356de8f7119 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.11";
+  version = "1.0.12";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-w2KOZwxPpe/yQw2RBeTEYueeq7m5ZCQXlUH/f52GiyI=";
+    hash = "sha256-XJCU9cGhmwJ6f79y3tAW1qfJKO7YESVpHY/1FmPQ/Mo=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead