qownnotes: 26.2.8 -> 26.3.0

This commit is contained in:
R. Ryantm 2026-03-02 04:36:26 +00:00
parent bbd6414d59
commit 2bf8478ded

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qownnotes";
appname = "QOwnNotes";
version = "26.2.8";
version = "26.3.0";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-CBEMrXbanE173zI9jGhpx6PZDjuh5d6E69bUxRYOr9I=";
hash = "sha256-W7q8vysIOgC/hNEjICxAorI0jyRWFxQD01vjB6Sjlhk=";
};
nativeBuildInputs = [