strawberry: 1.1.2 -> 1.1.3

This commit is contained in:
Yaroslav Chvanov 2024-10-12 03:52:28 +03:00
parent dcb3cca32d
commit 99eb3fe188
No known key found for this signature in database
GPG Key ID: CCF75EB2BBF8F69C

View File

@ -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;
};