rs-tftpd: 0.5.3 -> 1.0.0

This commit is contained in:
R. Ryantm
2026-04-25 18:58:40 +00:00
parent 52f6dbc26c
commit dbc4953411
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rs-tftpd";
version = "0.5.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "altugbakan";
repo = "rs-tftpd";
tag = finalAttrs.version;
hash = "sha256-Q4WeRX0rGlsyp5riy16X5WXMWmWRZABEhCPz+HAiPuo=";
hash = "sha256-zdchV2WKkOyHPN4N0pFFavPXv8fcGgjoRKLAUbj5Rto=";
};
cargoHash = "sha256-VloKNrje6nmiHZmyO5IGRGIHRc/VfldgYsG5kpmrvyw=";
cargoHash = "sha256-I49jiMcC9ndk8GuCKJE3+qS7F6V38meUdbtrxKJNhsg=";
buildFeatures = [ "client" ];