Merge pull request #261673 from mimame/fix-termscp

termscp: Fix broken Cargo.lock for v0.12.3
This commit is contained in:
Fabian Affolter
2023-10-18 08:33:06 +02:00
committed by GitHub
2 changed files with 18 additions and 1 deletions
@@ -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",
+5 -1
View File
@@ -23,7 +23,11 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-+5s5PskSHZKv1deti5r986qXg8J9APuVXY+Lvq3ki0w=";
};
cargoHash = "sha256-0go6ZTqhPUwnnE+VIQrbtKm90AWaYsYT/25QrWLMFbU=";
cargoPatches = [
./Cargo.lock.patch
];
cargoHash = "sha256-2RmYxtjJm70qbiGl8YHXgebtvNsQvBdgkNDm8td9oNk=";
nativeBuildInputs = [
pkg-config