Skip to content

Commit

Permalink
qownnotes: 24.12.6 -> 24.12.7
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 27, 2024
1 parent 7dca177 commit 16520c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.12.6";
version = "24.12.7";
in
stdenv.mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-ZXFvys8p9jt4icKMcaRoW1oorcAgoPh22AcEmICwmgc=";
hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 16520c4

Please sign in to comment.