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
2 changed files with 203 additions and 196 deletions
File diff suppressed because it is too large Load Diff
+2 -2
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 {