Merge pull request #184668 from r-ryantm/auto-update/ser2net

ser2net: 4.3.5 -> 4.3.7
This commit is contained in:
Jonas Heinrich 2022-08-02 08:20:59 +02:00 committed by GitHub
commit 9036003b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.3.5";
version = "4.3.7";
src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
hash = "sha256-B0O3Vcb+aM1qSQNrTFV9dY7j4CGOYFkGKfyMgt7PwIM=";
hash = "sha256-5/gdKueqWKEhHDho+q719J6lQt4XG9JExWef5/Y3y1s=";
};
passthru = {