nix-plugins: 4.0.3 -> 4.0.4
This commit is contained in:
parent
48d9754d2b
commit
622745c3bf
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
|
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
|
||||||
let version = "4.0.3"; in
|
let version = "4.0.4"; 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 = "0dkrrh94s3gvym7hhdqivxzphsjh0828c0y6w6a51xdpm8rlajzj";
|
sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue