From 99eb3fe1883042b302cf316cdcceb5cf80c37dd7 Mon Sep 17 00:00:00 2001 From: Yaroslav Chvanov Date: Sat, 12 Oct 2024 03:52:28 +0300 Subject: [PATCH] strawberry: 1.1.2 -> 1.1.3 --- 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 7fedaf3c2fd8..58ac8f60ff1c 100644 --- a/pkgs/applications/audio/strawberry/default.nix +++ b/pkgs/applications/audio/strawberry/default.nix @@ -44,13 +44,13 @@ let in stdenv.mkDerivation rec { pname = "strawberry"; - version = "1.1.2"; + version = "1.1.3"; src = fetchFromGitHub { owner = "jonaski"; repo = pname; rev = version; - hash = "sha256-86AMmp8R9/NibTsMFTTFcMeIqZ5x8din9RcBvhGO9xg="; + hash = "sha256-yca1BJWhSUVamqSKfvEzU3xbzdR+kwfSs0pyS08oUR0="; fetchSubmodules = true; };