rnote: 0.10.1 -> 0.10.2

This commit is contained in:
Gutyina Gergő 2024-04-06 18:10:42 +02:00
parent fd281bd6b7
commit 5aa8dd3353
No known key found for this signature in database
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 {