nix-plugins: 2.0.2 -> 2.0.3
Fixes darwin build
This commit is contained in:
parent
67142c58c4
commit
3f023c8989
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, nix }:
|
{ stdenv, fetchFromGitHub, nix }:
|
||||||
let version = "2.0.2"; in
|
let version = "2.0.3"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-plugins-${version}";
|
name = "nix-plugins-${version}";
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "shlevy";
|
owner = "shlevy";
|
||||||
repo = "nix-plugins";
|
repo = "nix-plugins";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02bi0p9qjpyxzbr0ki9q774lwdjwcpipkzx84xx9q1ywwafjhr7b";
|
sha256 = "033w4m9ah127sfls7zqzpp2b1wdzsvzzk3bnkv6jyi31bws7hadp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nix ];
|
buildInputs = [ nix ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user