mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nodePackages.oauth: pin url to version
This commit is contained in:
parent
23a9b9b88a
commit
9a5a967d0d
1 changed files with 1 additions and 1 deletions
|
@ -29315,7 +29315,7 @@
|
|||
version = "0.9.12";
|
||||
bin = false;
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ciaranj/node-oauth/tarball/master";
|
||||
url = "https://github.com/ciaranj/node-oauth/tarball/0.9.12";
|
||||
name = "oauth-0.9.12.tgz";
|
||||
sha256 = "e06c3c3537e9c802c8ad00640b9f91bf2857cf8cc91209e355b5646f4da8b3e7";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue