tinyssh: 20260301 -> 20260401

This commit is contained in:
R. Ryantm
2026-04-04 22:05:34 +00:00
parent ee328b53ba
commit f2c01f6728
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyssh";
version = "20260301";
version = "20260401";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "tinyssh";
tag = finalAttrs.version;
hash = "sha256-tg4Qi+0yQ0aObqDb1e/hFyJdvtsnW9pC3CYJ9vzZ8aY=";
hash = "sha256-ux3QTYYmgFOOKxgm+5lbLaS3YXv8BOxr3Kp0uYvIdck=";
};
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration";