Commit 165cc70a authored by Stig Palmquist's avatar Stig Palmquist Committed by Alyssa Ross
Browse files

ripasso-cursive: 0.6.4 -> 0.7.0

parent df9f170c
Loading
Loading
Loading
Loading
+0 −3989

File deleted.

Preview size limit exceeded, changes collapsed.

+4 −13
Original line number Diff line number Diff line
@@ -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 = [
+0 −40
Original line number Diff line number Diff line
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",