ser2net: 4.6.3 -> 4.6.4 (#383779)

Co-authored-by: Emantor <Emantor@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-21 07:06:00 +00:00
committed by GitHub
co-authored by Emantor
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.6.3";
version = "4.6.4";
src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
hash = "sha256-rxFCACCfnPV5Lbd3k/zk9JbFAXJJTNGQzpOpD2M9zhg=";
hash = "sha256-acj9D23J5FvcCasBq5GrPgtsStJrzanTpbKINuy/sqI=";
};
passthru = {