got: 0.109 -> 0.110 (#393132)

Co-authored-by: afh <afh@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-27 09:07:00 +00:00
committed by GitHub
co-authored by afh
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.109";
version = "0.110";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-ItLdVOFbxj+g5Vsom01YekPbM2ckFCE8LvcYxTMsaoE=";
hash = "sha256-NjXkEgXn+FI2pudv94XT2JlxMc81PIzfb20lwDFmHSk=";
};
nativeBuildInputs = [