brewtarget: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm
2026-06-05 23:47:38 +00:00
parent 457ad1dc57
commit 8050948fa2

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brewtarget";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "Brewtarget";
repo = "brewtarget";
tag = "v${finalAttrs.version}";
hash = "sha256-CVFj/tsOOFj/LpkmMy4h9dnCBTOq9WGkXFUr/yJdcK0=";
hash = "sha256-1baUFgw3L+q2Ig/xvakP14mzk3Uop+NZy53YHhJLkR8=";
fetchSubmodules = true;
};