Skip to content

Commit

Permalink
Merge pull request NixOS#285189 from r-ryantm/auto-update/qownnotes
Browse files Browse the repository at this point in the history
qownnotes: 24.1.4 -> 24.1.5
  • Loading branch information
h7x4 authored Jan 31, 2024
2 parents 120f197 + 2877637 commit 80446e8
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 @@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "24.1.4";
version = "24.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-RWAg89rbmoOSzOu9YjAkDluyPiYjT6f8gmri5AAHyww=";
hash = "sha256-iw3MdsS1i7B8RXZk2GXwiOReSUC1IX5z0MTEk9B4nMM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 80446e8

Please sign in to comment.