dnst: 0.2.0-alpha2 -> 0.2.0-alpha3
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "dnst";
|
||||
version = "0.2.0-alpha2";
|
||||
version = "0.2.0-alpha3";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NLnetLabs";
|
||||
repo = "dnst";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-OpyOnBddbIdnJLchY5y2oMqK5JSXCTF8cC5KstJ7pnc=";
|
||||
hash = "sha256-6Sgj2OZptG/bMsuYdGfaaY62qh4uUyxdbit6vpWWm9w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
cargoHash = "sha256-y048tMh5wBjAB7I8FK3pETn0j9S/h893JZb9sbOBdbo=";
|
||||
cargoHash = "sha256-8pzf4GeBJbqIZf6KAqROEAvFAqtf6XLODWhS3RVfpAQ=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/libexec
|
||||
|
||||
Reference in New Issue
Block a user