qownnotes: 23.11.1 -> 23.12.3

authored by R. Ryantm and committed by Bjørn Forsman e95e2b74 e525be5a

+2 -2
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 19 let 20 pname = "qownnotes"; 21 appname = "QOwnNotes"; 22 - version = "23.11.1"; 23 in 24 stdenv.mkDerivation { 25 inherit pname appname version; 26 27 src = fetchurl { 28 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 29 - hash = "sha256-rsYB8aLVVpGGbiEDWCpGCPdZEsOajoGfoh6YYxilxpg="; 30 }; 31 32 nativeBuildInputs = [
··· 19 let 20 pname = "qownnotes"; 21 appname = "QOwnNotes"; 22 + version = "23.12.3"; 23 in 24 stdenv.mkDerivation { 25 inherit pname appname version; 26 27 src = fetchurl { 28 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 29 + hash = "sha256-cQjO5LgGDU9ZHnvKniFMBzcxgWRFfS+PQ0OSe+NFv+c="; 30 }; 31 32 nativeBuildInputs = [