Merge pull request #304864 from r-ryantm/auto-update/gensio

gensio: 2.8.3 -> 2.8.4
This commit is contained in:
Nick Cao 2024-04-22 15:03:57 -04:00 committed by GitHub
commit c981f37cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gensio";
version = "2.8.3";
version = "2.8.4";
src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GmVekTySfSOIWkKLdVuhhtJFQBBBfHBj410jNUfSrkc=";
sha256 = "sha256-UPAYqgZSJMp6/pRIVJYqh8i5olBSVoMUv2zCd14JBOg=";
};
passthru = {