Merge pull request #302142 from gepbird/rnote-0.10.2

rnote: 0.10.1 -> 0.10.2
This commit is contained in:
Robert Schütz 2024-04-06 19:56:58 +00:00 committed by GitHub
commit 0899c282ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 203 additions and 196 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 {