restish: 0.21.2 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-05-27 03:18:50 +00:00
parent c0523a4c8f
commit 0d45ab91d5
+3 -3
View File
@@ -14,16 +14,16 @@
buildGoModule (finalAttrs: {
pname = "restish";
version = "0.21.2";
version = "2.0.0";
src = fetchFromGitHub {
owner = "danielgtaylor";
repo = "restish";
tag = "v${finalAttrs.version}";
hash = "sha256-C+fB9UeEq+h6SlBtVPPZWs5fCCsJVe/TJFy4KhhaItU=";
hash = "sha256-4piN0W/9y2NTsTuZ2B4Czhr9RQNb4eT9ZIX9MYzfMLI=";
};
vendorHash = "sha256-5+N6iL9wD5J/E6H5qn1InQR8bbuAlTOzPQn0sawVbrI=";
vendorHash = "sha256-ZRyGCdmPenOeLtFuj0howJH0rah05sPUuD7RH/c0LKI=";
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
libx11