From fd5b0c903f01d94aaa788bac6c0fe49081ce8012 Mon Sep 17 00:00:00 2001 From: Faye Date: Sun, 20 Feb 2022 17:58:57 -0500 Subject: standardnotes: 3.9.5 -> 3.11.1 --- pkgs/applications/editors/standardnotes/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/editors/standardnotes') diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix index 4191f6fbd20ca..6e478693d4095 100644 --- a/pkgs/applications/editors/standardnotes/default.nix +++ b/pkgs/applications/editors/standardnotes/default.nix @@ -2,7 +2,7 @@ , fetchurl, libsecret, gtk3, gsettings-desktop-schemas }: let - version = "3.9.5"; + version = "3.11.1"; pname = "standardnotes"; name = "${pname}-${version}"; throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; @@ -13,8 +13,8 @@ let }.${stdenv.hostPlatform.system} or throwSystem; sha256 = { - i686-linux = "sha256-7Mo8ELFV6roZ3IYWBtB2rRDAzJrq4ht9f1v6uohsauw="; - x86_64-linux = "sha256-9VPYII9E8E3yL7UuU0+GmaK3qxWX4bwfACDl7F7sngo="; + i686-linux = "3e83a7eef5c29877eeffefb832543b21627cf027ae6e7b4f662865b6b842649a"; + x86_64-linux = "fd461e98248a2181afd2ef94a41a291d20f7ffb20abeaf0cfcf81a9f94e27868"; }.${stdenv.hostPlatform.system} or throwSystem; src = fetchurl { -- cgit 1.4.1