Skip to content

Commit fd6f6fa

Browse files
committed
soju: 0.8.1 -> 0.8.2
1 parent 10eedf9 commit fd6f6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/so/soju/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
buildGoModule rec {
1111
pname = "soju";
12-
version = "0.8.1";
12+
version = "0.8.2";
1313

1414
src = fetchFromGitea {
1515
domain = "codeberg.org";
1616
owner = "emersion";
1717
repo = "soju";
1818
rev = "v${version}";
19-
hash = "sha256-Zhqmek7dvuyMb35XkAHXUaSiQZaGgGWtM09Dj84DDIM=";
19+
hash = "sha256-zJj9y3llJOijmx7+C5NOzEpIG/SEeg+ZhWtLPQ/iabY=";
2020
};
2121

22-
vendorHash = "sha256-t3jupiEuxWDFMfBiQ07il7lnmqG6zrV68lRNH1Gts4k=";
22+
vendorHash = "sha256-E/9a8GCEb/0Xto6cgH9R4WWdaoo/nwb6kcFdoEeMUps=";
2323

2424
nativeBuildInputs = [
2525
installShellFiles

0 commit comments

Comments
 (0)