nexusmods-app.gameHashes: ved4b249e2c35952c → v1a75cea1c1f2efc6

This commit is contained in:
Matt Sturgeon
2025-09-05 08:30:10 +01:00
parent f3f0ba5a71
commit ef04dbd2d3
@@ -1,6 +1,6 @@
{ fetchurl }:
let
release = "ved4b249e2c35952c";
release = "v1a75cea1c1f2efc6";
owner = "Nexus-Mods";
repo = "game-hashes";
repoURL = "https://github.com/${owner}/${repo}";
@@ -8,7 +8,7 @@ let
# Define a binding so that `update-source-version` can find it
src = fetchurl {
url = "${repoURL}/releases/download/${release}/game_hashes_db.zip";
hash = "sha256-9xJ8yfLRkIV0o++NHK2igd2l83/tsgWc5cuwZO2zseY=";
hash = "sha256-LvVOp4vbLwae0CM0CukFoXeNRn0FKXjIhHgbxYwnGnI=";
passthru = {
inherit
src # Also for `update-source-version` support