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

gensio: 2.7.7 -> 2.8.2
This commit is contained in:
Nick Cao 2023-12-12 08:32:37 -05:00 committed by GitHub
commit 0c02c10deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gensio";
version = "2.7.7";
version = "2.8.2";
src = fetchFromGitHub {
owner = "cminyard";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fm850eDqKhvjwU5RwdwAro4R23yRn41ePn5++8MXHZ0=";
sha256 = "sha256-SwY9FAUljaxap2ZlPS3JJ8VkYiJFWoSLU1miEQIEerE=";
};
passthru = {