mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
smartdns: 40 -> 41
This commit is contained in:
parent
b9c00c1d41
commit
7355953d49
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "smartdns";
|
pname = "smartdns";
|
||||||
version = "40";
|
version = "41";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pymumu";
|
owner = "pymumu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "Release${version}";
|
rev = "Release${version}";
|
||||||
sha256 = "sha256-Un4LUBWVwbWYK4rZY2+gdk6Zi+n36Xawma8Dok2Sa0U=";
|
sha256 = "sha256-FVHOjW5SEShxTPPd4IuEfPV6vvqr0RepV976eJmxqwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user