restish: 0.20.0 -> 0.21.0 (#444488)

This commit is contained in:
Fabian Affolter
2025-09-20 07:45:06 +00:00
committed by GitHub
+4 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "restish";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "danielgtaylor";
repo = "restish";
tag = "v${version}";
hash = "sha256-a0ObgFgWEsLYjGmCCi/py2PADAWJ0By+AZ4wh+Yeam4=";
hash = "sha256-eLbeH6i+QbW59DMOHf83olrO8R7Ji975KkJKs621Xi0=";
};
vendorHash = "sha256-qeArar0WnMACUnKBlC+PcFeJPzofwbK440A4M/rQ04U=";
vendorHash = "sha256-bO0z+LCiF/Dp0hKNulBmCgk16NzCCoY32P2/Ieq8y+c=";
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
xorg.libX11
@@ -41,6 +41,7 @@ buildGoModule rec {
passthru.tests.version = testers.testVersion {
package = restish;
command = "HOME=$(mktemp -d) restish --version";
};
meta = {