Merge pull request #324747 from r-ryantm/auto-update/rs-tftpd

rs-tftpd: 0.2.13 -> 0.3.0
This commit is contained in:
Adam C. Stephens 2024-07-05 11:57:25 -04:00 committed by GitHub
commit 1eb5e94d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "rs-tftpd";
version = "0.2.13";
version = "0.3.0";
src = fetchFromGitHub {
owner = "altugbakan";
repo = "rs-tftpd";
rev = version;
hash = "sha256-ABxgptbdepyTqMOz1YHSNRn1+8xYo8vN/dqZiSleJz4=";
hash = "sha256-J7Cy8ymqZH1dCQ4/NWi+ukOsD/0KAfqgYBnCgfRt/KU=";
};
cargoHash = "sha256-8QVgdQnis0ihkU5ZYtxbPIM+9arfO4do1ToRHoi94A8=";
cargoHash = "sha256-gVNwMgv3acJaoQFJi5G/zo2ECzxYvcgaHlpwuCF2HVE=";
passthru.updateScript = nix-update-script {};