qownnotes: 23.11.1 -> 23.12.3

This commit is contained in:
R. Ryantm 2023-12-23 02:56:47 +00:00 committed by Bjørn Forsman
parent e525be5a07
commit e95e2b7436

View File

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.11.1";
version = "23.12.3";
in
stdenv.mkDerivation {
inherit pname appname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-rsYB8aLVVpGGbiEDWCpGCPdZEsOajoGfoh6YYxilxpg=";
hash = "sha256-cQjO5LgGDU9ZHnvKniFMBzcxgWRFfS+PQ0OSe+NFv+c=";
};
nativeBuildInputs = [