Skip to content

Commit a825f65

Browse files
authored
factoriolab: 3.8.5 -> 3.8.9 (NixOS#367628)
2 parents 1b6a84e + 1e6869f commit a825f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/factoriolab/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
buildNpmPackage rec {
1212
pname = "factoriolab";
13-
version = "3.8.5";
13+
version = "3.8.9";
1414

1515
src = fetchFromGitHub {
1616
owner = "factoriolab";
1717
repo = "factoriolab";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-Ft3WTAqbygVrs+3WRHXMKsDp5B9xe3me3/FYCmyZCfk=";
19+
hash = "sha256-H+l/eDdTc/IMqE85Xh4IAo2ZWZRYKKUnH3rXkON2L1s=";
2020
};
2121
buildInputs = [ vips ];
2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)