Unverified Commit 52c3ce5d authored by rewine's avatar rewine Committed by GitHub
Browse files

qownnotes: 24.9.8 -> 24.11.1 (#354770)

parents f3cced0b 54953ef0
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.9.8";
  version = "24.11.1";
in
stdenv.mkDerivation {
  inherit pname version;

  src = fetchurl {
    url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
    hash = "sha256-G5PLz1GzjfPM5tj3rtwJt4hR3v+oSq2bVr/llTSFbNk=";
    hash = "sha256-OQ6p5VCdQZ2P1UFiCPtK+HogIgaoBQKdKO1tEDCA/5I=";
  };

  nativeBuildInputs = [