mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
dep2nix: 0.0.2 -> 2019-04-02 (#58623)
This commit is contained in:
parent
1c17ccf6c2
commit
90231bc929
@ -2,16 +2,16 @@
|
||||
, makeWrapper, nix-prefetch-scripts }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "dep2nix-${version}";
|
||||
version = "0.0.2";
|
||||
pname = "dep2nix";
|
||||
version = "unstable-2019-04-02";
|
||||
|
||||
goPackagePath = "github.com/nixcloud/dep2nix";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nixcloud";
|
||||
repo = "dep2nix";
|
||||
rev = version;
|
||||
sha256 = "17csgnd6imr1l0gpirsvr5qg7z0mpzxj211p2nwqilrvbp8zj7vg";
|
||||
repo = pname;
|
||||
rev = "830684f920333b8ff0946d6b807e8be642eec3ef";
|
||||
sha256 = "17sjxhzhmz4893x3x054anp4xvqd1px15nv3fj2m7i6r0vbgpm0j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user