got: 0.117 -> 0.118.1 (#442466)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-12 20:37:29 +00:00
committed by GitHub

View File

@@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.117";
version = "0.118.1";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-jVP/1vX1dJukdHU+R+RejlPVfeVBvouzsM6Oj8IzwUE=";
hash = "sha256-d8E4eR7eb6nFNQeHEf977Un+VNhsGGsIIMumXLCbplA=";
};
nativeBuildInputs = [