Skip to content

Commit

Permalink
nix-plugins: 2.0.2 -> 2.0.3
Browse files Browse the repository at this point in the history
Fixes darwin build

(cherry picked from commit 3f023c8)
  • Loading branch information
shlevy committed Apr 4, 2017
1 parent 6c5128c commit 10ab187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nix-plugins/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, nix }:
let version = "2.0.2"; in
let version = "2.0.3"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";

src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
sha256 = "02bi0p9qjpyxzbr0ki9q774lwdjwcpipkzx84xx9q1ywwafjhr7b";
sha256 = "033w4m9ah127sfls7zqzpp2b1wdzsvzzk3bnkv6jyi31bws7hadp";
};

buildInputs = [ nix ];
Expand Down

0 comments on commit 10ab187

Please sign in to comment.