We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a52d2 + fd6f6fa commit adf2c34Copy full SHA for adf2c34
pkgs/by-name/so/soju/package.nix
@@ -9,17 +9,17 @@
9
10
buildGoModule rec {
11
pname = "soju";
12
- version = "0.8.1";
+ version = "0.8.2";
13
14
src = fetchFromGitea {
15
domain = "codeberg.org";
16
owner = "emersion";
17
repo = "soju";
18
rev = "v${version}";
19
- hash = "sha256-Zhqmek7dvuyMb35XkAHXUaSiQZaGgGWtM09Dj84DDIM=";
+ hash = "sha256-zJj9y3llJOijmx7+C5NOzEpIG/SEeg+ZhWtLPQ/iabY=";
20
};
21
22
- vendorHash = "sha256-t3jupiEuxWDFMfBiQ07il7lnmqG6zrV68lRNH1Gts4k=";
+ vendorHash = "sha256-E/9a8GCEb/0Xto6cgH9R4WWdaoo/nwb6kcFdoEeMUps=";
23
24
nativeBuildInputs = [
25
installShellFiles
0 commit comments