termscp: Fix broken Cargo.lock for v0.12.3

This commit is contained in:
Miguel Madrid-Mencía 2023-10-17 18:50:09 +02:00
parent d93b059c14
commit f1ac2b1167
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,13 @@
diff --git i/Cargo.lock w/Cargo.lock
index 5cbb602..47046b8 100644
--- i/Cargo.lock
+++ w/Cargo.lock
@@ -2949,7 +2949,7 @@ dependencies = [
[[package]]
name = "termscp"
-version = "0.12.2"
+version = "0.12.3"
dependencies = [
"argh",
"bitflags 2.3.3",

View file

@ -23,7 +23,11 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-+5s5PskSHZKv1deti5r986qXg8J9APuVXY+Lvq3ki0w="; hash = "sha256-+5s5PskSHZKv1deti5r986qXg8J9APuVXY+Lvq3ki0w=";
}; };
cargoHash = "sha256-0go6ZTqhPUwnnE+VIQrbtKm90AWaYsYT/25QrWLMFbU="; cargoPatches = [
./Cargo.lock.patch
];
cargoHash = "sha256-2RmYxtjJm70qbiGl8YHXgebtvNsQvBdgkNDm8td9oNk=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config