qownnotes: 24.5.1 -> 24.5.2

This commit is contained in:
R. Ryantm 2024-05-16 02:42:00 +00:00
parent 0f2ebf4b0b
commit 7e2a0c8c67

View File

@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.5.1";
version = "24.5.2";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-ktf28AKNr0FcWzJ0A2s3mpU2qgmibpT0rUN9d18mE88=";
hash = "sha256-jfkTCLXHLqKub6I+p4WVXiPFojVdZkCOMz02tUQOCos=";
};
nativeBuildInputs = [