brewtarget: 4.1.2 -> 4.1.3

This commit is contained in:
R. Ryantm
2025-07-20 20:38:42 +00:00
parent a43e6a3872
commit 6d8bc6e0f6
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brewtarget";
version = "4.1.2";
version = "4.1.3";
src = fetchFromGitHub {
owner = "Brewtarget";
repo = "brewtarget";
rev = "v${finalAttrs.version}";
hash = "sha256-a22XXxCuJuaGyRPj15JlLErA7ANrCgzy1vqy+IHzxDk=";
hash = "sha256-VVdihVdNIAtPlugqGWDWvxMdOFGLnRmewPt6BgvbxBk=";
fetchSubmodules = true;
};