Merge pull request #243468 from pbek/auto-update/qownnotes

qownnotes: 23.7.1 -> 23.7.2

authored by

Nick Cao and committed by
GitHub
594b6f33 cd75c8e5

+2 -2
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 19 19 let 20 20 pname = "qownnotes"; 21 21 appname = "QOwnNotes"; 22 - version = "23.7.1"; 22 + version = "23.7.2"; 23 23 in 24 24 stdenv.mkDerivation { 25 25 inherit pname appname version; 26 26 27 27 src = fetchurl { 28 28 url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; 29 - hash = "sha256-xrt9xeBANcrTf84YR8jLDZkoTAQ4SXrlGsVJPXCefqw="; 29 + hash = "sha256-DjVLfP6tUMUFJHZyBIMivqbjiqgQecW78YbLobOnXnM="; 30 30 }; 31 31 32 32 nativeBuildInputs = [