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>2023-03-10 01:06:55 +0000
committerPeter Hoeg <peter@hoeg.com>2023-03-11 21:55:00 +0800
commita0ddd1a5895e710eee2dab7a908832d0ddec8986 (patch)
treeb8c11cf821449e40e487deec62b556682f0975b2 /pkgs/applications/audio/strawberry/default.nix
parent53fcb2e5859bfe7b8e88a405c242599efdfa215d (diff)
downloadnixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar.gz
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar.bz2
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar.lz
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar.xz
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.tar.zst
nixpkgs-a0ddd1a5895e710eee2dab7a908832d0ddec8986.zip
strawberry: 1.0.14 -> 1.0.15
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 eeed1e1837c..8f3eef1cdbf 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.14";
+  version = "1.0.15";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-ThfycS5yNpp6+mE33qPqEWlhSB3OIF7d/t2XvI+rF2E=";
+    hash = "sha256-P7M7UIRFr0pABNhb63pV3TqIdTP8Xox4f0BT2ii9rRE=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead