From 7df70d8899935654a747ba8eb7d230640af4896b Mon Sep 17 00:00:00 2001 From: squalus Date: Mon, 11 Jul 2022 08:36:57 -0700 Subject: [PATCH] standardnotes: 3.11.1 -> 3.23.69 --- pkgs/applications/editors/standardnotes/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix index e2e6bce72c41..4787ec78bd3b 100644 --- a/pkgs/applications/editors/standardnotes/default.nix +++ b/pkgs/applications/editors/standardnotes/default.nix @@ -2,7 +2,7 @@ , fetchurl, libsecret }: let - version = "3.11.1"; + version = "3.23.69"; pname = "standardnotes"; name = "${pname}-${version}"; throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; @@ -13,12 +13,12 @@ let }.${stdenv.hostPlatform.system} or throwSystem; sha256 = { - i686-linux = "3e83a7eef5c29877eeffefb832543b21627cf027ae6e7b4f662865b6b842649a"; - x86_64-linux = "fd461e98248a2181afd2ef94a41a291d20f7ffb20abeaf0cfcf81a9f94e27868"; + i686-linux = "sha256-/A2LjV8ky20bcKgs0ijwldryi5VkyROwz49vWYXYQus="; + x86_64-linux = "sha256-fA9WH9qUtvAHF9hTFRtxQdpz2dpK0joD0zX9VYBo10g="; }.${stdenv.hostPlatform.system} or throwSystem; src = fetchurl { - url = "https://github.com/standardnotes/desktop/releases/download/v${version}/standard-notes-${version}-linux-${plat}.AppImage"; + url = "https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%40${version}/standard-notes-${version}-linux-${plat}.AppImage"; inherit sha256; }; @@ -59,6 +59,7 @@ in appimageTools.wrapType2 rec { homepage = "https://standardnotes.org"; license = licenses.agpl3; maintainers = with maintainers; [ mgregoire chuangzhu ]; + sourceProvenance = [ sourceTypes.binaryNativeCode ]; platforms = [ "i686-linux" "x86_64-linux" ]; }; }