Compare commits

..

No commits in common. "a1a6df8eac403eb433945c294fb1df3f71b49e71" and "bec17ba1e95a0bd1712d986ad0e0fea2089b0bbe" have entirely different histories.

2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -1066,11 +1066,11 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1758999384, "lastModified": 1719076817,
"narHash": "sha256-n1RiAhVtPxhjHmKoOBfEleTAMwz9JSvLmZyCQYpwXSQ=", "narHash": "sha256-B6NTomYXL50j6fabZrAGvTPp3zv5oFxNUhwvLhDNoMw=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "0949b2fe4f54f74bf880c2034f6fc3a7d15b7cef", "rev": "406d6646970191c016a375f25a35aa00dfa0d4aa",
"revCount": 6, "revCount": 4,
"type": "git", "type": "git",
"url": "https://git.lelgenio.com/lelgenio/warthunder-leak-counter" "url": "https://git.lelgenio.com/lelgenio/warthunder-leak-counter"
}, },

View file

@ -1,10 +1,10 @@
{ factorio-headless, pkgs }: { factorio-headless, pkgs }:
factorio-headless.overrideAttrs (_: rec { factorio-headless.overrideAttrs (_: rec {
version = "2.0.66"; version = "2.0.60";
src = pkgs.fetchurl { src = pkgs.fetchurl {
name = "factorio_headless_x64-${version}.tar.xz"; name = "factorio_headless_x64-${version}.tar.xz";
url = "https://www.factorio.com/get-download/${version}/headless/linux64"; url = "https://www.factorio.com/get-download/${version}/headless/linux64";
hash = "sha256-8bOXbqzE4jOADTmdkABsNW+jZvXWQ0HFBMlcDLoyHAY="; hash = "sha256-abW+GoZ/2ZUk+ZFN/ukAoaw4bPTnTEpjdowF3E0rKws=";
}; };
}) })