From 808b5186d7e085a326bc90c6ae10654f8235e702 Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 17 Oct 2020 12:49:26 +1100 Subject: [PATCH] go-modules/qt: fix hashes for implicit deps --- pkgs/development/go-modules/qt/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/go-modules/qt/default.nix b/pkgs/development/go-modules/qt/default.nix index e291bc8..2221b04 100644 --- a/pkgs/development/go-modules/qt/default.nix +++ b/pkgs/development/go-modules/qt/default.nix @@ -18,7 +18,7 @@ buildGoModule rec { sha256 = "1qwyi3rr6x49w2cbxhsyg3sbyxib7l08g6j6z1mb5w22bdgmcy7c"; }; - vendorSha256 = "0g1qn73amcrk669614wrqbgzjqg0jhp61rwy3a2pl3z74j3536b9"; + vendorSha256 = "00wghn93xz240ddj47b8mkbx3cg7c0486igp6vv0x9r6ylhywsm6"; subPackages = [ "cmd/..." ]; nativeBuildInputs = [ makeWrapper ]; @@ -31,8 +31,8 @@ buildGoModule rec { github.com/therecipe/env_linux_amd64_513 v0.0.0-20190626000307-e137a3934da6 github.com/therecipe/env_windows_amd64_513 v0.0.0-20190626000028-79ec8bd06fb2 github.com/therecipe/env_windows_amd64_513/Tools v0.0.0-20190626000028-79ec8bd06fb2 - github.com/therecipe/qt/internal/binding/files/docs/5.12.0 v0.0.0-20200701200531-7f61353ee73e - github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20200701200531-7f61353ee73e + github.com/therecipe/qt/internal/binding/files/docs/5.12.0 v0.0.0-20200904063919-c0c124a5770d + github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20200904063919-c0c124a5770d ) EOM '';