Merge pull request #292741 from dotlambda/rnote-0.10.0

rnote: 0.9.4 -> 0.10.0
This commit is contained in:
Robert Schütz 2024-03-02 14:41:58 +00:00 committed by GitHub
commit aaf58368e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 843 additions and 775 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, alsa-lib
, appstream
, appstream-glib
, cargo
, cmake
@ -26,20 +27,20 @@
stdenv.mkDerivation rec {
pname = "rnote";
version = "0.9.4";
version = "0.10.0";
src = fetchFromGitHub {
owner = "flxzt";
repo = "rnote";
rev = "v${version}";
hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10=";
hash = "sha256-PMg83eWcC21yNiRYdTS6/j9gerTctnDPHXIM4PWktrU=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"ink-stroke-modeler-rs-0.1.0" = "sha256-WfZwezohm8+ZXiKZlssTX+b/Izk1M4jFwxQejeTfc6M=";
"piet-0.6.2" = "sha256-WrQok0T7uVQEp8SvNWlgqwQHfS7q0510bnP1ecr+s1Q=";
"piet-0.6.2" = "sha256-3juXzuKwoLuxia6MoVwbcBJ3jXBQ9QRNVoxo3yFp2Iw=";
};
};
@ -67,6 +68,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
appstream
glib
gstreamer
gtk4