summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 14:27:15 +0000
committerPeter Hoeg <peter@hoeg.com>2023-10-25 10:49:03 +0100
commit84b9216bade17be853320385945b4b2e94c2ddff (patch)
tree1a1472d69cefacc57258142f3a0352a5c9ad770e
parentbe5c30bf2c89ccfd6e2d8ebba54c25d7c0c80764 (diff)
downloadnixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar.gz
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar.bz2
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar.lz
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar.xz
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.tar.zst
nixpkgs-84b9216bade17be853320385945b4b2e94c2ddff.zip
strawberry: 1.0.20 -> 1.0.21
-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 7933c745717..b9821895d37 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.20";
+  version = "1.0.21";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-/utd2uYoxPHQ4kQwA0tZW5HwmN90vXL23EiNFh3wXoE=";
+    hash = "sha256-McwnYHaw0LYDeHLDQzfqRIYMV2FoiMdHyOL/EE8/esU=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead