Skip to content

Commit

Permalink
Merge pull request #156351 from heph2/got
Browse files Browse the repository at this point in the history
got: 0.64 -> 0.66
  • Loading branch information
bobby285271 committed Jan 31, 2022
2 parents 6f35347 + 33a8849 commit 5860e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/got/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "got";
version = "0.64";
version = "0.66";

src = fetchurl {
url =
"https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "1qigv8fnmiynrx6qrg28n2981a30n56nh3xbhmlpihl7fqxmg1sq";
sha256 = "13xrwndj80jix210fxkadivxyd1f5qavdrhxyl32n68xyv5xmkgg";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 5860e2d

Please sign in to comment.