Merge pull request #161560 from r-ryantm/auto-update/tinyssh

tinyssh: 20220101 -> 20220222
This commit is contained in:
Pascal Bach 2022-02-23 21:02:25 +01:00 committed by GitHub
commit de63a757b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tinyssh";
version = "20220101";
version = "20220222";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "tinyssh";
rev = version;
sha256 = "sha256-3GW7WNUy7539dN2ckd/0PejzsiaCXcOIMR5FlZKBkMo=";
sha256 = "sha256-wSi8D82TOXZdUcfrvZJNd6oePvKWQepRW1r7A2fWApA=";
};
preConfigure = ''