Merge pull request #151967 from r-ryantm/auto-update/steampipe

steampipe: 0.10.0 -> 0.11.0

authored by Bobby Rong and committed by GitHub b240efee 75f06302

+3 -3
+3 -3
pkgs/tools/misc/steampipe/default.nix
··· 2 3 buildGoModule rec { 4 pname = "steampipe"; 5 - version = "0.10.0"; 6 7 src = fetchFromGitHub { 8 owner = "turbot"; 9 repo = "steampipe"; 10 rev = "v${version}"; 11 - sha256 = "sha256-Hg9GvHB2eTcOUUC/WLpks9TUWivoV6KxXcWWBWne5Lg="; 12 }; 13 14 - vendorSha256 = "sha256-akMUJcAoUGHz3FzDJlMUYtHXrtvU0JMiRfqhTm4IEpA="; 15 16 # tests are failing for no obvious reasons 17 doCheck = false;
··· 2 3 buildGoModule rec { 4 pname = "steampipe"; 5 + version = "0.11.0"; 6 7 src = fetchFromGitHub { 8 owner = "turbot"; 9 repo = "steampipe"; 10 rev = "v${version}"; 11 + sha256 = "sha256-P/Fys9/V71+VL5Az3EGGaW+tdeQbr2wO+jvVSVZmJT0="; 12 }; 13 14 + vendorSha256 = "sha256-PYaq74NNEOJ1jZ6PoS6zcTiUN4JA9JDjO7GB9tqgT6c="; 15 16 # tests are failing for no obvious reasons 17 doCheck = false;