qownnotes: 24.4.2 -> 24.4.3

This commit is contained in:
R. Ryantm 2024-04-24 02:35:42 +00:00
parent 71b4a60386
commit 5014cfd839
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.4.2";
version = "24.4.3";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-HnWxIcOy7Te6Q5YfZYhvITpfsgeQw8Tt/Nr++wcpxEU=";
hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY=";
};
nativeBuildInputs = [