Skip to content

Commit

Permalink
got: 0.105 -> 0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Nov 29, 2024
1 parent dabd3bd commit c1d9c70
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 c1d9c70

Please sign in to comment.