nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixup! fetchurl: add pname+version support

authored by

Sandro and committed by
GitHub
1fd6cf19 fdd0db3a

-1
-1
pkgs/build-support/fetchurl/default.nix
··· 58 58 name ? "" 59 59 60 60 # for versioned downloads optionally take pname + version. 61 - # if name is set that is preferred 62 61 , pname ? "" 63 62 , version ? "" 64 63