qownnotes: 24.4.0 -> 24.4.1

This commit is contained in:
R. Ryantm 2024-04-11 21:06:15 +00:00
parent c81c241415
commit 315c01069b
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.4.0";
version = "24.4.1";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-SxoZD5DYuPAJZwBiw38jZYI+e9FExj+TiUlczvbXkWA=";
hash = "sha256-E4tLlzjIOElsZr2jcbsnge5jJqKQ0kWf86tFonZ1+Zs=";
};
nativeBuildInputs = [