soju: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-10-16 09:09:26 +00:00
parent 10eedf98f6
commit fd6f6fa9a8

View File

@ -9,17 +9,17 @@
buildGoModule rec { buildGoModule rec {
pname = "soju"; pname = "soju";
version = "0.8.1"; version = "0.8.2";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "emersion"; owner = "emersion";
repo = "soju"; repo = "soju";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Zhqmek7dvuyMb35XkAHXUaSiQZaGgGWtM09Dj84DDIM="; hash = "sha256-zJj9y3llJOijmx7+C5NOzEpIG/SEeg+ZhWtLPQ/iabY=";
}; };
vendorHash = "sha256-t3jupiEuxWDFMfBiQ07il7lnmqG6zrV68lRNH1Gts4k="; vendorHash = "sha256-E/9a8GCEb/0Xto6cgH9R4WWdaoo/nwb6kcFdoEeMUps=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles