Unverified Commit 8865310e authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #274467 from r-ryantm/auto-update/gogui

gogui: 1.5.3 -> 1.5.4a
parents 551c8349 db3d0e06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:

let
  version = "1.5.3";
  version = "1.5.4a";
in stdenv.mkDerivation {
  pname = "gogui";
  inherit version;
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
    owner = "Remi-Coulom";
    repo = "gogui";
    rev = "v${version}";
    hash = "sha256-GezFhNYB542JnAIUeUVa188+SR5mCedwj0hZN8L83UQ=";
    hash = "sha256-UFhOk2mAnTtxfwEOHquN64YDCRq7nNUqZAPQf77MEEw=";
  };

  nativeBuildInputs = [