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

ser2net: 4.6.0 -> 4.6.1
This commit is contained in:
Nick Cao 2024-02-03 10:41:11 -05:00 committed by GitHub
commit b334c71e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
hash = "sha256-6G5kpMe58PaOII/8WzHTK2EkwD1cTUn7VP2EMlcuF14=";
hash = "sha256-1bEjmChoVB9WUAASz06U94YJ71BGvZfU6dObszXqwoA=";
};
passthru = {