open-isns: 0.101 -> 0.102

This commit is contained in:
R. Ryantm 2022-09-10 03:59:42 +00:00
parent 34fde40edd
commit e30662e110

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 ];