We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f50161 + 72bf851 commit 69428d2Copy full SHA for 69428d2
pkgs/by-name/br/brewtarget/package.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "brewtarget";
18
- version = "4.0.17";
+ version = "4.1.0";
19
20
src = fetchFromGitHub {
21
owner = "Brewtarget";
22
repo = "brewtarget";
23
rev = "v${finalAttrs.version}";
24
- hash = "sha256-bJMKmOSoL7mzV7G87O2w1WFWmwRetXa8fUkfLIM5Qwk=";
+ hash = "sha256-PAq+TjggGDSTkN3W1n+3IUIPDcfWbQcWKjoiDd95IV4=";
25
fetchSubmodules = true;
26
};
27
0 commit comments