Skip to content

Commit 8403b2d

Browse files
authoredMar 18, 2025
senpai: 0.3.0 -> 0.4.0 (#390789)
2 parents bffd030 + 5f7d7ae commit 8403b2d

File tree

2 files changed

+6
-92
lines changed

2 files changed

+6
-92
lines changed
 

‎pkgs/by-name/se/senpai/bump-go-version.patch

-84
This file was deleted.

‎pkgs/by-name/se/senpai/package.nix

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,21 @@
44
fetchFromSourcehut,
55
installShellFiles,
66
scdoc,
7+
nix-update-script,
78
}:
89

910
buildGoModule rec {
1011
pname = "senpai";
11-
version = "0.3.0";
12+
version = "0.4.0";
1213

1314
src = fetchFromSourcehut {
1415
owner = "~delthas";
1516
repo = "senpai";
1617
rev = "v${version}";
17-
sha256 = "sha256-A5kBrJJi+RcSpB0bi2heKzNl5LjdeT9h2Pc9kKXDg1A=";
18+
sha256 = "sha256-3DVy+7mMVFmPpGxwJqtt2+QwNEMrgZazynawE/Wf+UM=";
1819
};
1920

20-
vendorHash = "sha256-kKYee1QJX7N101MTikHUbX+AqZ2NhM4soE4JAAOdAPI=";
21-
22-
patches = [
23-
# fix build failures, submitted upstream https://lists.sr.ht/~delthas/senpai-dev/patches/48581
24-
./bump-go-version.patch
25-
];
21+
vendorHash = "sha256-6glslBPjJr0TmrAkDGbOQ4sDzvODlavVeTugs6RXsCU=";
2622

2723
subPackages = [
2824
"cmd/senpai"
@@ -39,6 +35,8 @@ buildGoModule rec {
3935
installManPage doc/senpai.*
4036
'';
4137

38+
passthru.updateScript = nix-update-script { };
39+
4240
meta = with lib; {
4341
description = "Your everyday IRC student";
4442
mainProgram = "senpai";

0 commit comments

Comments
 (0)
Failed to load comments.