We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd4e8c commit 410cf82Copy full SHA for 410cf82
1 file changed
pkgs/wa/waterfox-unwrapped/default.nix
@@ -8,7 +8,7 @@
8
9
(buildMozillaMach rec {
10
pname = "waterfox";
11
- version = "6.6.14";
+ version = "6.6.15";
12
13
applicationName = "Waterfox";
14
binaryName = "waterfox";
@@ -18,7 +18,7 @@
18
owner = "BrowserWorks";
19
repo = "Waterfox";
20
tag = version;
21
- hash = "sha256-SjN/LotSmTEePS/eECUvJkiPiv5NfnSxME1EULHuhDY=";
+ hash = "sha256-pwEG42CTXjT//xIoESkhB1OD3G1L3Dp//mXjG9a9k5I=";
22
fetchSubmodules = true;
23
preFetch = ''
24
export GIT_CONFIG_COUNT=1
0 commit comments