Unverified Commit 93cf44c0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #256643 from wegank/vendor-hash-cleanup

treewide: cleanup vendorSha256 references
parents 5212c336 d75a47d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildGoModule rec {
    sha256 = "sha256-xZFQQDK+yGAv4IbuNe2dvNa3GDASeJY2mOYw94goAIM=";
  };

  # Set vendorSha256 to null because dstask vendors its dependencies (meaning
  # Set vendorHash to null because dstask vendors its dependencies (meaning
  # that third party dependencies are stored in the repository).
  #
  # Ref <https://github.com/NixOS/nixpkgs/pull/87383#issuecomment-633204382>
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ update_version() {

  (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")

  # Update vendorSha256 of Go modules
  # Update vendorHash of Go modules
  retry=true
  while "$retry"; do
    retry=false;
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ new_kritilang_version=$(curl --silent "https://api.github.com/repos/hasura/kriti
cabal2nix --revision "$new_kritilang_version" --maintainer lassulus "https://github.com/hasura/kriti-lang.git" >> "$kritilang_derivation_file"

echo "###################"
echo "please update pkgs/servers/hasura/cli.nix vendorSha256"
echo "please update pkgs/servers/hasura/cli.nix vendorHash"
echo "please update pkgs/development/haskell-modules/configuration-common.nix graphql-engine version"
echo "###################"