home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 3f9fc4769c8410d5ad5761f6effd3ce7b6f0db8e
parent 2daba03c83009acd4378d93f905cee65190aae68
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 May 2024 17:57:31 +0200

nix/packages: fix govanityurl package hashes

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mnix/packages/govanityurl/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/packages/govanityurl/default.nix b/nix/packages/govanityurl/default.nix @@ -8,7 +8,7 @@ buildGoModule rec { src = fetchgit { url = "https://git.sr.ht/~vdemeester/vanityurl"; rev = "v${version}"; - sha256 = "05cj3760z3b7z6schp85hfmirfzwkgnx6big0b8j6d8wn9nls1zc"; + sha256 = "sha256-7AdNbbIcNSPRAi8u0+2b/Lscq4MFXci0+WeND8wZkhU="; }; - vendorHash = "0sqa1gajwb9gha1rq7aia1klny4pgxf526qmkhabg0g6zb3d5vm9"; + vendorHash = "sha256-qe7SxvrmgbcUnBUbUVx/l3hLZ1BRHZyDgi8tLtULCms="; }