Unverified Commit cd0883f6 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

qownnotes: 24.12.4 -> 24.12.7 (#369249)

parents 4541a8ed 225c7218
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@
let
  pname = "qownnotes";
  appname = "QOwnNotes";
  version = "24.12.4";
  version = "24.12.7";
in
stdenv.mkDerivation {
  inherit pname version;

  src = fetchurl {
    url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
    hash = "sha256-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ=";
    hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw=";
  };

  nativeBuildInputs = [