0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-11 21:06:19 +03:00

soju: 0.8.2 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-03-26 17:42:47 +00:00
parent 4534205b61
commit e2d38fa0d5

View file

@ -9,17 +9,17 @@
buildGoModule rec { buildGoModule rec {
pname = "soju"; pname = "soju";
version = "0.8.2"; version = "0.9.0";
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-zJj9y3llJOijmx7+C5NOzEpIG/SEeg+ZhWtLPQ/iabY="; hash = "sha256-qbSTaE0qOeXVcEmOver8Tu+gwV4cP4gNzIxByLKApCU=";
}; };
vendorHash = "sha256-E/9a8GCEb/0Xto6cgH9R4WWdaoo/nwb6kcFdoEeMUps="; vendorHash = "sha256-JhoAtBw4O6lOd27dIXBNvA9EfUH5AD3ZHuGcWgU/Xv0=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles