Skip to content

Commit

Permalink
gensio: 2.0.5 -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 3, 2020
1 parent 3541e8b commit 6a7c161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gensio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gensio";
version = "2.0.5";
version = "2.1.3";

src = fetchFromGitHub {
owner = "cminyard";
repo = "${pname}";
rev = "v${version}";
sha256 = "1j6c6vmnip24pxafk29y312vif1xlryymv7aaxgqp9ca3s91nlrf";
sha256 = "0sdqv4j1jjjc2nxnd9h7r4w66bdjl5ksvfia4i4cjj7jfl0hhynl";
};

configureFlags = [
Expand Down

0 comments on commit 6a7c161

Please sign in to comment.