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-01-15 08:58:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-15 08:58:06 +0000
commit489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a (patch)
tree70b04e02fb5944ccb5b7167c9cf46b30c638ba61 /pkgs/applications/audio/strawberry/default.nix
parente8e9febf8bc4e90f1b38d3b22a704d347a99a74a (diff)
downloadnixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar.gz
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar.bz2
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar.lz
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar.xz
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.tar.zst
nixpkgs-489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a.zip
strawberry: 1.0.12 -> 1.0.13
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 9e356de8f71..e6dc8e13a71 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.12";
+  version = "1.0.13";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-XJCU9cGhmwJ6f79y3tAW1qfJKO7YESVpHY/1FmPQ/Mo=";
+    hash = "sha256-szvCI1olC7GccJUGwR2Cx+FNGvfxeESsiSwWPTXWbc0=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead