Skip to content

Commit

Permalink
qownnotes: 24.12.1 -> 24.12.4 (NixOS#366907)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 21, 2024
2 parents 8f71998 + bb6e2bf commit 7fa8c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.12.1";
version = "24.12.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-OiaZmd50kOTJSJesBYFdjjKzNUc/m7XrU5S27z0mtAI=";
hash = "sha256-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7fa8c3e

Please sign in to comment.