Skip to content

Commit

Permalink
qownnotes: 25.1.3 -> 25.1.5 (#375772)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 24, 2025
2 parents 933c1b5 + 73a9da5 commit ecd26a4
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 = "25.1.3";
version = "25.1.5";
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-Qr5pkKznosUGO7HvUkZhemWwtKpyYA79Vz1jU6YhODE=";
};

nativeBuildInputs =
Expand Down

0 comments on commit ecd26a4

Please sign in to comment.