Skip to content

Commit

Permalink
qownnotes: 25.1.3 -> 25.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jan 17, 2025
1 parent 52b895c commit adbd64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/qownnotes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "25.1.3";
version = "25.1.4";
in
stdenv.mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-A/cjkjwHP0bCWZOjzZdIVUzb1Gh8B0rJHsntVdj4hF4=";
hash = "sha256-u5Gm1x8Vw3UAC5VMgWWMerHwvOisBvUiCkRdq2kZ/Yg=";
};

nativeBuildInputs =
Expand Down

0 comments on commit adbd64e

Please sign in to comment.