Skip to content

Commit

Permalink
factoriolab: 3.8.5 -> 3.8.9 (#367628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 27, 2024
2 parents 1b6a84e + 1e6869f commit a825f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fa/factoriolab/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.8.5";
version = "3.8.9";

src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
rev = "refs/tags/v${version}";
hash = "sha256-Ft3WTAqbygVrs+3WRHXMKsDp5B9xe3me3/FYCmyZCfk=";
hash = "sha256-H+l/eDdTc/IMqE85Xh4IAo2ZWZRYKKUnH3rXkON2L1s=";
};
buildInputs = [ vips ];
nativeBuildInputs = [
Expand Down

0 comments on commit a825f65

Please sign in to comment.