update scram-sha-256

This commit is contained in:
Jeffrey C. Ollie 2024-02-10 00:17:31 -06:00
parent 522124e8c7
commit d799afd662
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -26,7 +26,7 @@
packages = { packages = {
scram-sha-256 = let scram-sha-256 = let
pname = "scram-sha-256"; pname = "scram-sha-256";
version = "1.0.1"; version = "1.0.3";
in in
pkgs.buildGoModule { pkgs.buildGoModule {
inherit pname version; inherit pname version;
@ -34,9 +34,9 @@
owner = "supercaracal"; owner = "supercaracal";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4/6rog+Or7YBer+Gdc38OPC2UVrXmeKUK/hsZrnYhbo="; hash = "sha256-55dEihU9FnKiGt9jRJsY1+NRUgOkwoLF8J60RRYG7yM=";
}; };
vendorHash = "sha256-qNJSCLMPdWgK/eFPmaYBcgH3P6jHBqQeU4gR6kE/+AE="; vendorHash = "sha256-HjyD30RFf5vnZ8CNU1s3sTTyCof1yD8cdVWC7cLwjic=";
meta = with pkgs.lib; { meta = with pkgs.lib; {
homepage = "https://github.com/supercaracal/scram-sha-256"; homepage = "https://github.com/supercaracal/scram-sha-256";
description = "A backup program that is fast, efficient and secure"; description = "A backup program that is fast, efficient and secure";