sftpman: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2025-12-10 15:49:41 +00:00
parent 9c8765aea4
commit e078296d26
+3 -3
View File
@@ -7,7 +7,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sftpman";
version = "2.1.0";
version = "2.1.1";
passthru.updateScript = nix-update-script { };
@@ -15,10 +15,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "spantaleev";
repo = "sftpman-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-6IhMBnp951mKfG054svFTezf3fpOEMJusRj45qVThmA=";
hash = "sha256-spI+MAjBT+FFD7X+G0ea9Me8wf+8Gn3kids+Dt6OO+w=";
};
cargoHash = "sha256-TltizTFKrMvHNQcSoow9fuNLy6appYq9Y4LicEQrfRE=";
cargoHash = "sha256-fx3uC9M9q0rXPrakZ5NYLNVQzhKZgqdjjZLQ90TNvqQ=";
meta = with lib; {
homepage = "https://github.com/spantaleev/sftpman-rs";