Unverified Commit 7df60e26 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

zettlr: 4.3.0 -> 4.3.1 (#507177)

parents 4a7d9c49 c6175790
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
# Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs.
let
  pname = "zettlr";
  version = "4.3.0";
  version = "4.3.1";

  src = fetchurl {
    url = "https://github.com/Zettlr/Zettlr/releases/download/v${version}/Zettlr-${version}-x86_64.appimage";
    hash = "sha256-nkGcVg/4Vsg+1uy4RlC9eYTiUlClWCeZ12qc7QfFIN8=";
    hash = "sha256-7fQ4XObfXBiSqnhJPkUKsXBazucCTHjwvkK70dP74bE=";
  };
  appimageContents = appimageTools.extractType2 {
    inherit pname version src;