tinyauth: 5.0.4 -> 5.0.6

This commit is contained in:
R. Ryantm
2026-04-03 15:57:57 +00:00
parent 5e227d1680
commit 2991e8f67a
+4 -4
View File
@@ -11,17 +11,17 @@
buildGoModule (finalAttrs: {
pname = "tinyauth";
version = "5.0.4";
version = "5.0.6";
src = fetchFromGitHub {
owner = "steveiliop56";
repo = "tinyauth";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-pToHUXUItcI6M0GkApqWjKtllidCi5aFwnIyLykOmPk=";
hash = "sha256-V75kjO34b1DBBI5aJMfn9finHSbVbWqQ34CH68gzrig=";
};
vendorHash = "sha256-mECaACnQuJe5uBty6hs54vvaQ5uOafm6rhRfBhktvkc=";
vendorHash = "sha256-iyduJgKt9OAkOY6J8J1GztCkYEssr/TcB43L6/Qdzmc=";
subPackages = [ "cmd/tinyauth" ];
@@ -83,7 +83,7 @@ buildGoModule (finalAttrs: {
'';
outputHashMode = "recursive";
outputHash = "sha256-0XmblrGZfi8EH4J+KONf5ZrnEmeeaVptVrIJDNz6PKo=";
outputHash = "sha256-pd5v5lD8Lyhf21OQvzjDTh63EcAe7E1OAoQuFGhAOX8=";
};
passthru = {