From d799afd66248d031f88c73997ea2574299a6aaa3 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 10 Feb 2024 00:17:31 -0600 Subject: [PATCH] update scram-sha-256 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 050be4a..8f2b550 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ packages = { scram-sha-256 = let pname = "scram-sha-256"; - version = "1.0.1"; + version = "1.0.3"; in pkgs.buildGoModule { inherit pname version; @@ -34,9 +34,9 @@ owner = "supercaracal"; repo = pname; 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; { homepage = "https://github.com/supercaracal/scram-sha-256"; description = "A backup program that is fast, efficient and secure";