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

remnote: 1.22.67 -> 1.22.74 (#485900)

parents ac70a450 98e86f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "remnote";
  version = "1.22.67";
  version = "1.22.74";
  src = fetchurl {
    url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
    hash = "sha256-HKY8ockflFnws8UoREFjaBQUPaVPxlH2fWFcaGTdwhI=";
    hash = "sha256-u4dLT5v6cVPJBF+l2Fui1Sf/V5cNSqEXbivZRAvvM08=";
  };
  appimageContents = appimageTools.extractType2 { inherit pname version src; };
in