Skip to content

Commit

Permalink
got: 0.105 -> 0.106 (#360096)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 1, 2024
2 parents 344a812 + c1d9c70 commit 232e7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/got/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "got";
version = "0.105";
version = "0.106";

src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-MXPjYNzQb6JBvsMfxN+GKEP/7fKwEGBWgGgLDf1cokQ=";
hash = "sha256-MHnXQsElBH3jOd2SPXXQuWCZWjpLVn7QjvNtESvbB8w=";
};

nativeBuildInputs = [ pkg-config bison ]
Expand Down

0 comments on commit 232e7a0

Please sign in to comment.