ginkgo: 2.25.1 -> 2.25.3 (#441341)

authored by Nick Cao and committed by GitHub 422881ea 1175764f

+3 -3
+3 -3
pkgs/by-name/gi/ginkgo/package.nix
··· 8 9 buildGoModule rec { 10 pname = "ginkgo"; 11 - version = "2.25.1"; 12 13 src = fetchFromGitHub { 14 owner = "onsi"; 15 repo = "ginkgo"; 16 rev = "v${version}"; 17 - sha256 = "sha256-r8BCzQUO72d0FMw8gVjFVhiU5Ch/or4B7L6sxDADKQ4="; 18 }; 19 - vendorHash = "sha256-dpTueiGR0sibaTnVJxHLTTK7cp8MbAO992qIsXBKufM="; 20 21 # integration tests expect more file changes 22 # types tests are missing CodeLocation
··· 8 9 buildGoModule rec { 10 pname = "ginkgo"; 11 + version = "2.25.3"; 12 13 src = fetchFromGitHub { 14 owner = "onsi"; 15 repo = "ginkgo"; 16 rev = "v${version}"; 17 + sha256 = "sha256-I+Px9nTp+uBsmC575yHTetsJjMI+CJvckMJ/y4R0g78="; 18 }; 19 + vendorHash = "sha256-Jbu0XKAcNca/Y60msRkQ6wsd+TDYwjl6cCAWS+2Q+HE="; 20 21 # integration tests expect more file changes 22 # types tests are missing CodeLocation