Skip to content

Commit

Permalink
qownnotes: 24.12.7 -> 25.1.3 (#372244)
Browse files Browse the repository at this point in the history
Co-authored-by: pbek <patrizio@bekerle.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and pbek authored Jan 9, 2025
2 parents 74adbd2 + 04253c0 commit 6749709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qo/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 = "24.12.7";
version = "25.1.3";
in
stdenv.mkDerivation {
inherit pname version;

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

nativeBuildInputs =
Expand Down

0 comments on commit 6749709

Please sign in to comment.