Unverified Commit 03fa8daa authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

factoriolab: 3.12.0 -> 3.12.1 (#391047)

parents 6b8cf07d 20f8a5f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
  pname = "factoriolab";
  version = "3.12.0";
  version = "3.12.1";

  src = fetchFromGitHub {
    owner = "factoriolab";
    repo = "factoriolab";
    tag = "v${version}";
    hash = "sha256-4J7WDYvKAAb6If/dRDED1BOiqpBEugIrNRPLwuWjh8Q=";
    hash = "sha256-EhCxeZ1rxdYl3JejUiE+Ss02hm91tmXuyJ/2UgS+ZIw=";
  };
  buildInputs = [ vips ];
  nativeBuildInputs = [