termscp: Fix broken Cargo.lock for v0.12.3
This commit is contained in:
parent
d93b059c14
commit
f1ac2b1167
2 changed files with 18 additions and 1 deletions
13
pkgs/tools/networking/termscp/Cargo.lock.patch
Normal file
13
pkgs/tools/networking/termscp/Cargo.lock.patch
Normal 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",
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue