Commit d2e55b89 authored by R. RyanTM's avatar R. RyanTM
Browse files

heynote: 2.1.3 -> 2.1.4

parent 3367e70d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
let
  pname = "heynote";
  version = "2.1.3";
  version = "2.1.4";

  src = fetchurl {
    url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
    sha256 = "sha256-O8loDE2GzXQofh3iNQeP5OAWh7i0QCSxl4I++ERcjbU=";
    sha256 = "sha256-nei4akpXA5MWpQSL/oIcwfNILTKE3lwSi1ij68FMMtQ=";
  };

  appimageContents = appimageTools.extractType2 {