Skip to content

Commit 69428d2

Browse files
brewtarget: 4.0.17 -> 4.1.0 (#408747)
Co-authored-by: avnik <[email protected]>
2 parents 5f50161 + 72bf851 commit 69428d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/br/brewtarget/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "brewtarget";
18-
version = "4.0.17";
18+
version = "4.1.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "Brewtarget";
2222
repo = "brewtarget";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-bJMKmOSoL7mzV7G87O2w1WFWmwRetXa8fUkfLIM5Qwk=";
24+
hash = "sha256-PAq+TjggGDSTkN3W1n+3IUIPDcfWbQcWKjoiDd95IV4=";
2525
fetchSubmodules = true;
2626
};
2727

0 commit comments

Comments
 (0)