Unverified Commit 0899c282 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #302142 from gepbird/rnote-0.10.2

rnote: 0.10.1 -> 0.10.2
parents 1cbfe78f 5aa8dd33
Loading
Loading
Loading
Loading
+201 −194

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

stdenv.mkDerivation rec {
  pname = "rnote";
  version = "0.10.1";
  version = "0.10.2";

  src = fetchFromGitHub {
    owner = "flxzt";
    repo = "rnote";
    rev = "v${version}";
    hash = "sha256-J9M1d6C40EpqcSU5vYVfsCruhECkPJOdhzG2IX1tTQ0=";
    hash = "sha256-SqT8bJfJM+d5fewso3C22M4Qo7wY2g2QmEot/gCpwT4=";
  };

  cargoDeps = rustPlatform.importCargoLock {