From 489d76624c0ee2d2cad8a9fdddd8a31f7ba8a53a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Jan 2023 08:58:06 +0000 Subject: [PATCH] strawberry: 1.0.12 -> 1.0.13 --- pkgs/applications/audio/strawberry/default.nix | 4 ++-- 1 file 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