tinyssh: 20250501 -> 20260301 (#495658)

This commit is contained in:
Nick Cao
2026-03-02 22:04:06 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyssh";
version = "20250501";
version = "20260301";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "tinyssh";
tag = finalAttrs.version;
hash = "sha256-72UHCJ8XaJ2lwXAOnLlhDUQOEElFkyCVswgFtYEuxPA=";
hash = "sha256-tg4Qi+0yQ0aObqDb1e/hFyJdvtsnW9pC3CYJ9vzZ8aY=";
};
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration";