Skip to content

Commit

Permalink
qownnotes: 24.8.5 -> 24.9.0 (NixOS#338446)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Aug 31, 2024
2 parents bbcca5d + 0482eb3 commit 192e740
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.8.5";
version = "24.9.0";
in
stdenv.mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-2aXKb9epApscoxt9I2oL6pl1jnGu6sbHTr9+pz6QJu4=";
hash = "sha256-xlGBpRiak/th/z9zKbQXpuk3py/W1ns90NjKw4w3FtI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 192e740

Please sign in to comment.