Merge pull request #177392 from primeos/dynamips

dynamips: 0.2.21 -> 0.2.22
This commit is contained in:
Michael Weiss 2022-06-13 23:15:37 +02:00 committed by GitHub
commit 558227fb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dynamips";
version = "0.2.21";
version = "0.2.22";
src = fetchFromGitHub {
owner = "GNS3";
repo = pname;
rev = "v${version}";
hash = "sha256-JQJa3NZ9mQqqvuTzU7XmAr1WRB4zuLIwBx18OY3GbV8=";
sha256 = "1fjjjdaxlw1k95kyq73fndn21qfhrm4cn79av0i4sn7anhg8m83f";
};
nativeBuildInputs = [ cmake ];