tinyssh: 20230101 -> 20240101

This commit is contained in:
R. Ryantm 2024-01-01 15:24:29 +00:00
parent 3d54a95d71
commit 491e1b3fd9

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tinyssh";
version = "20230101";
version = "20240101";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "tinyssh";
rev = "refs/tags/${version}";
hash = "sha256-yEqPrLp14AF0L1QLoIcBhTphmd6qVzOB9EVW0Miy8yM=";
hash = "sha256-wO0fGr+pU+Y5YCZMRGNOZ6pJeCUIc64TzmRAaQCnBxk=";
};
preConfigure = ''