mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
skawarePackages.buildPackage: make sha256 optional
Fall back to fakeSha256 if unspecified, like many other fetcher functions now do, to streamline packages / new updates.
This commit is contained in:
parent
ac05199efb
commit
cfbb29d769
@ -5,7 +5,7 @@
|
||||
# : string
|
||||
, version
|
||||
# : string
|
||||
, sha256
|
||||
, sha256 ? lib.fakeSha256
|
||||
# : string
|
||||
, description
|
||||
# : list Platform
|
||||
|
Loading…
Reference in New Issue
Block a user