ipetkov / crane

A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
https://crane.dev
MIT License
961 stars 92 forks source link

downloadCargoPackageFromGit: take `hash` instead of `sha256` #691

Closed ipetkov closed 3 months ago

ipetkov commented 3 months ago

Motivation

Match the idioms established by nixpkgs, namely preferring using hash (which is more future compatible) than using sha256 explicitly

Checklist