qownnotes: 25.8.4 -> 25.8.7 (#438560)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
9dca7484 b6eb70d6

+2 -2
+2 -2
pkgs/by-name/qo/qownnotes/package.nix
··· 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "qownnotes"; 20 20 appname = "QOwnNotes"; 21 - version = "25.8.4"; 21 + version = "25.8.7"; 22 22 23 23 src = fetchurl { 24 24 url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; 25 - hash = "sha256-6DrwdimHuCLcmSiOGghvJajowbhWh8arnL/iPPxfopQ="; 25 + hash = "sha256-OBLFdJAiBleymmWVDYIu7zeMNDU++HAlyPJi5qSoRO4="; 26 26 }; 27 27 28 28 nativeBuildInputs = [