smartdns: 30 -> 33
Bump release from 30 to 33 for smartdns.
This commit is contained in:
parent
5b09b92a16
commit
f0a5dd2a20
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "smartdns";
|
pname = "smartdns";
|
||||||
version =
|
version = "33";
|
||||||
"30"; # This would be used later in the next release as the FHS commit integrated into realse 31.
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pymumu";
|
owner = "pymumu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "3ad7cd7f454eec2fbdf338c0eb0541da301f1e73";
|
rev = "Release${version}";
|
||||||
sha256 = "1y9p8gxpj2k4a10maggkxg8l55jvr7x1wyxi69waxf56ggh2dvv0";
|
sha256 = "0cmzpm4y1yi96mg2cz2byqw6vl62dgnikldy08q43vi7jl3y0749";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user