rnote: 0.13.1 -> 0.14.0

This commit is contained in:
Gutyina Gergő
2026-03-25 22:31:09 +01:00
parent 7a6746ae29
commit a15e7813a5
+3 -5
View File
@@ -17,7 +17,6 @@
meson,
ninja,
pkg-config,
poppler,
python3,
rustPlatform,
rustc,
@@ -27,18 +26,18 @@
stdenv.mkDerivation rec {
pname = "rnote";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "flxzt";
repo = "rnote";
tag = "v${version}";
hash = "sha256-EMxA5QqmIae/d3nUpwKjgURo0nOyaNbma8poB5mcQW0=";
hash = "sha256-bNe9PW7hkSmdU6HTDwD7bMbHZFs8fRDrIEC9f6xjliI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-fr1bDTzTKx7TLBqw94CyaB0/Jo2x1BzZcM6dcen1PHc=";
hash = "sha256-15TOc+X0E/uGVUfgIOM6pEIp2LZUmDrM7BRzdbLarbc=";
};
nativeBuildInputs = [
@@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
gtk4
libadwaita
libxml2
poppler
]
++ lib.optionals stdenv.hostPlatform.isLinux [
alsa-lib