Unverified Commit 736c2011 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

remnote: 1.22.7 -> 1.22.11 (#463992)

parents 8a8af352 d5e058b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "remnote";
  version = "1.22.7";
  version = "1.22.11";
  src = fetchurl {
    url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
    hash = "sha256-iC0ycw+mx4K0IK4u9PmgRFXAP5chHdAPHSpbWpBE0Ko=";
    hash = "sha256-vQu84qWpLyO62+FFzs60z03Cc5wsu0lNofRvb1TlmeE=";
  };
  appimageContents = appimageTools.extractType2 { inherit pname version src; };
in