3
0
Fork 0
forked from mirrors/nixpkgs

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

open-isns: 0.101 -> 0.102
This commit is contained in:
markuskowa 2022-09-10 13:17:36 +02:00 committed by GitHub
commit c4644fe63b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "open-isns";
version = "0.101";
version = "0.102";
src = fetchFromGitHub {
owner = "open-iscsi";
repo = "open-isns";
rev = "v${version}";
sha256 = "1g7kp1j2f8afsach6sbl4k05ybz1yz2s8yg073bv4gnv48gyxb2p";
sha256 = "sha256-Vz6VqqvEr0f8AdN9NcVnruapswmoOgvAXxXSfrM3yRA=";
};
propagatedBuildInputs = [ openssl ];