Merge pull request #49209 from r-ryantm/auto-update/open-isns

openisns: 0.98 -> 0.99
This commit is contained in:
markuskowa 2018-10-27 12:53:22 +02:00 committed by GitHub
commit 1200477131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "open-isns-${version}"; name = "open-isns-${version}";
version = "0.98"; version = "0.99";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gonzoleeman"; owner = "gonzoleeman";
repo = "open-isns"; repo = "open-isns";
rev = "v${version}"; rev = "v${version}";
sha256 = "055gjwz5hxaj5jk23bf7dy9wbxk9m8cfgl1msbzjc60gr2mmcbdg"; sha256 = "0m294aiv80rkihacw5094093pc0kd5bkbxqgs6i32jsglxy33hvf";
}; };
propagatedBuildInputs = [ openssl ]; propagatedBuildInputs = [ openssl ];