Skip to content

Commit

Permalink
qownnotes: 24.12.4 -> 24.12.7 (#369249)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 30, 2024
2 parents 4541a8e + 225c721 commit cd0883f
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.4";
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-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ=";
hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cd0883f

Please sign in to comment.