Unverified Commit e2b0a9a8 authored by Patrizio Bekerle's avatar Patrizio Bekerle
Browse files

qownnotes: 26.4.11 -> 26.4.14

parent 45997875
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "qownnotes";
  appname = "QOwnNotes";
  version = "26.4.11";
  version = "26.4.14";

  src = fetchurl {
    url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
    hash = "sha256-5V5fBxDlTjuj0RxxR4QcBlFmiSAWpRUxIZjpRzdDVJo=";
    hash = "sha256-LiznKJRaXMNQUO/iomWGn8IDlRnWYtZQKDFVL5Vl3ZQ=";
  };

  nativeBuildInputs = [