From 98d4b5dda1e9df2ec8ea560bf0d00414fb5bdf7c Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 28 Jun 2023 07:51:36 +0200 Subject: [PATCH] got: 0.89 -> 0.90 (#240188) --- pkgs/applications/version-management/got/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/got/default.nix b/pkgs/applications/version-management/got/default.nix index b6f964ea24d3..59d04d081fe0 100644 --- a/pkgs/applications/version-management/got/default.nix +++ b/pkgs/applications/version-management/got/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "got"; - version = "0.89"; + version = "0.90"; src = fetchurl { url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"; - hash = "sha256-J0BJMsB3E0ABJMFeMYQXOFQRt6H+fuU05I8rnk8JbYw="; + hash = "sha256-2jU/Q6W5G1Y/HZvksr21D93//HCwpLd3+l3RFGKb94M="; }; nativeBuildInputs = [ pkg-config bison ]