ripasso-cursive: 0.6.4 -> 0.7.0

This commit is contained in:
Stig Palmquist 2024-09-07 18:19:06 +02:00 committed by Alyssa Ross
parent df9f170cd5
commit 165cc70a30
3 changed files with 4 additions and 4042 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,31 +16,22 @@
}:
rustPlatform.buildRustPackage rec {
version = "0.6.4";
version = "0.7.0";
pname = "ripasso-cursive";
src = fetchFromGitHub {
owner = "cortex";
repo = "ripasso";
rev = "release-${version}";
hash = "sha256-9wBaFq2KVfLTd1j8ZPoUlmZJDW2UhvGBAaCGX+qg92s=";
hash = "sha256-j98X/+UTea4lCtFfMpClnfcKlvxm4DpOujLc0xc3VUY=";
};
cargoHash = "sha256-dP8H4OOgtQEBEJxpbaR3KnXFtgBdX4r+dCpBJjBK1MM=";
patches = [
./fix-tests.patch
];
cargoPatches = [
./fix-build.patch
];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"qml-0.0.9" = "sha256-ILqvUaH7nSu2JtEs8ox7KroOzYnU5ai44k1HE4Bz5gg=";
};
};
cargoBuildFlags = [ "-p ripasso-cursive" ];
nativeBuildInputs = [

View File

@ -1,40 +0,0 @@
diff --git a/Cargo.lock b/Cargo.lock
index 8464bf70..659e66c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2702,7 +2702,7 @@ dependencies = [
[[package]]
name = "ripasso"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"base64 0.21.0",
@@ -2730,7 +2730,7 @@ dependencies = [
[[package]]
name = "ripasso-cursive"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"chrono",
"cli-clipboard",
@@ -2753,7 +2753,7 @@ dependencies = [
[[package]]
name = "ripasso-gtk"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"clipboard",
"gdk",
@@ -2765,7 +2765,7 @@ dependencies = [
[[package]]
name = "ripasso-qt"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"clipboard",
"qml",