toybox: use tag/hash instead of rev/sha256
This commit is contained in:
@@ -22,8 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "landley";
|
||||
repo = "toybox";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-b5sigIxyg4T4wVc5z8Das+RdEXmNBPFsXpWwXxU/ERE=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-b5sigIxyg4T4wVc5z8Das+RdEXmNBPFsXpWwXxU/ERE=";
|
||||
};
|
||||
|
||||
depsBuildBuild = optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
|
||||
Reference in New Issue
Block a user