Skip to content

Commit

Permalink
qownnotes: 24.9.8 -> 24.11.1 (#354770)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Nov 9, 2024
2 parents f3cced0 + 54953ef commit 52c3ce5
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.9.8";
version = "24.11.1";
in
stdenv.mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-G5PLz1GzjfPM5tj3rtwJt4hR3v+oSq2bVr/llTSFbNk=";
hash = "sha256-OQ6p5VCdQZ2P1UFiCPtK+HogIgaoBQKdKO1tEDCA/5I=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 52c3ce5

Please sign in to comment.