qownnotes: 25.6.0 -> 25.6.2 (#418196)

Co-authored-by: pbek <patrizio@bekerle.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 17:36:58 +00:00
committed by GitHub
co-authored by pbek
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qownnotes";
appname = "QOwnNotes";
version = "25.6.0";
version = "25.6.2";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-RUW8fWPJxTq7Ya+uZ6xGg7URHc+ojuBs9g++UXrK9I0=";
hash = "sha256-JzUAZe0ktpn2ri2pO5780kOCLjCpRMzswOK4FaJAXe0=";
};
nativeBuildInputs =