Skip to content

Commit

Permalink
ser2net: 4.6.2 -> 4.6.3 (NixOS#373223)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 13, 2025
2 parents 543e67e + 8727ddf commit d2a90bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/se/ser2net/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.6.2";
version = "4.6.3";

src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
hash = "sha256-cREtVvUZggVZpd3HFqrfikCInIyrRXSk4HKYhEWkXXc=";
hash = "sha256-rxFCACCfnPV5Lbd3k/zk9JbFAXJJTNGQzpOpD2M9zhg=";
};

passthru = {
Expand Down

0 comments on commit d2a90bf

Please sign in to comment.