Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/misc/dstask/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/sourcehut/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/misc/haskell/hasura/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "###################"

Expand Down