Skip to content

Commit 8defda2

Browse files
qownnotes: 25.10.0 -> 25.10.1 (NixOS#450820)
2 parents 9417f4f + b8d2ae2 commit 8defda2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/qo/qownnotes/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "qownnotes";
2121
appname = "QOwnNotes";
22-
version = "25.10.0";
22+
version = "25.10.1";
2323

2424
src = fetchurl {
2525
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
26-
hash = "sha256-hBRVho+BsxGSc+8XGur0AX7iZ/li9p5mM5N87vh92KA=";
26+
hash = "sha256-fH8lLVp8u9cL8bWy2SJGZWdh9gbLMw5MZgw6M4rSr+4=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)