aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/senpai/package.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/senpai/package.nix b/pkgs/senpai/package.nix
index 581e114..e029d1c 100644
--- a/pkgs/senpai/package.nix
+++ b/pkgs/senpai/package.nix
@@ -4,13 +4,13 @@
4}: 4}:
5buildGoModule rec { 5buildGoModule rec {
6 inherit (senpai) pname subPackages nativeBuildInputs postInstall meta; 6 inherit (senpai) pname subPackages nativeBuildInputs postInstall meta;
7 version = "21fcd224499af076398ab89e2602de58405c3acc"; 7 version = "0.3.0";
8 8
9 src = fetchFromSourcehut { 9 src = fetchFromSourcehut {
10 owner = "~taiite"; 10 owner = "~delthas";
11 repo = "senpai"; 11 repo = "senpai";
12 rev = version; 12 rev = "v${version}";
13 sha256 = "sha256-iZDDbsyEJLyd33PCjW9XMNHinz8xqEfF4tll/boac9Y="; 13 sha256 = "sha256-A5kBrJJi+RcSpB0bi2heKzNl5LjdeT9h2Pc9kKXDg1A=";
14 }; 14 };
15 15
16 modBuildPhase = '' 16 modBuildPhase = ''
@@ -44,5 +44,5 @@ buildGoModule rec {
44 ln -s vendor/go.sum go.sum 44 ln -s vendor/go.sum go.sum
45 ''; 45 '';
46 46
47 vendorHash = "sha256-LgzC4KdzYAw0Bmjhfty359O5gfejOEy8JVvOWNHKabQ="; 47 vendorHash = "sha256-eaj4rpVEWKISdMIuor8Nr8KVgHTaC1qTzw3qds/vG6s=";
48} \ No newline at end of file 48}