Loading pkgs/applications/misc/dstask/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading pkgs/applications/version-management/sourcehut/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading pkgs/development/misc/haskell/hasura/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 "###################" Loading Loading
pkgs/applications/misc/dstask/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
pkgs/applications/version-management/sourcehut/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
pkgs/development/misc/haskell/hasura/update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 "###################" Loading