Merge pull request #272793 from dotlambda/rnote-0.9.3

rnote: 0.9.2 -> 0.9.3
This commit is contained in:
Robert Schütz
2023-12-08 15:11:54 +00:00
committed by GitHub
2 changed files with 289 additions and 208 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "rnote";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "flxzt";
repo = "rnote";
rev = "v${version}";
hash = "sha256-LLJurn5KJBlTtFrQXcc7HZqtIATOLgiwJqUsZe4cRIo=";
hash = "sha256-TeOBLPQc4y1lstqZUBDS3vUPama80UieifmxL2Qswvw=";
};
cargoDeps = rustPlatform.importCargoLock {