Unverified Commit d160dd21 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

heynote: 2.8.0 -> 2.8.2 (#490811)

parents 1479e42d a6f9d1d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
let
  pname = "heynote";
  version = "2.8.0";
  version = "2.8.2";

  src = fetchurl {
    url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
    sha256 = "sha256-XZMG7MDNcJqO//PvACczL+ydy729rh860KmtONhrUQE=";
    sha256 = "sha256-bK79Au/0UoDvgzFPp/xx7ABtGf3vzWzU1XKuOEOKPTI=";
  };

  appimageContents = appimageTools.extractType2 {