From f75ed7fcef151ed01868472215799a551816451e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 1 Nov 2022 18:43:56 +0000 Subject: [PATCH] element: 1.0.0 -> 1.0.1 --- pkgs/applications/science/chemistry/element/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/science/chemistry/element/default.nix b/pkgs/applications/science/chemistry/element/default.nix index 812272e2fb9b..c9c609f4b8f2 100644 --- a/pkgs/applications/science/chemistry/element/default.nix +++ b/pkgs/applications/science/chemistry/element/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "element"; - version = "1.0.0"; + version = "1.0.1"; src = fetchFromGitHub { owner = "gennaro-tedesco"; repo = pname; rev = "v${version}"; - sha256 = "gjdcNvYNnxb6hOE/MQjTezZeYGBWTr4E8/Pt8YQv3lY="; + sha256 = "sha256-06RDZnie0Lv7i95AwnBGl6PPucuj8pIT6DHW3e3mu1o="; }; - vendorSha256 = "A4g2rQTaYrA4/0rqldUv7iuibzNINEvx9StUnaN2/Yg="; + vendorSha256 = "sha256-A4g2rQTaYrA4/0rqldUv7iuibzNINEvx9StUnaN2/Yg="; meta = with lib; { description = "The periodic table on the command line";