rnote: 0.14.0 -> 0.14.1 (#510127)

This commit is contained in:
Gergő Gutyina
2026-04-15 12:22:54 +00:00
committed by GitHub
+3 -3
View File
@@ -26,18 +26,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rnote";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "flxzt";
repo = "rnote";
tag = "v${finalAttrs.version}";
hash = "sha256-bNe9PW7hkSmdU6HTDwD7bMbHZFs8fRDrIEC9f6xjliI=";
hash = "sha256-uOfFZuxxU8StirS5E/Tm8Lg58u8s4USgA9BeEUKw3xE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-15TOc+X0E/uGVUfgIOM6pEIp2LZUmDrM7BRzdbLarbc=";
hash = "sha256-N3mh/hGQ/Pu01uGL5e8BZvrrEm3u7cnJHSqt5FHynKQ=";
};
nativeBuildInputs = [