openiscsi: 2.1.12 -> 2.1.13

(cherry picked from commit f2b7f7c327)
This commit is contained in:
R. Ryantm
2026-09-08 19:35:48 +00:00
committed by github-actions[bot]
parent 19e24922fc
commit ea5930bebd

View File

@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open-iscsi";
version = "2.1.12";
version = "2.1.13";
src = fetchFromGitHub {
owner = "open-iscsi";
repo = "open-iscsi";
rev = finalAttrs.version;
hash = "sha256-CJkThrLskIOAFOLkMn+Jk7oSEjeLqBZlm2ll0MspBqk=";
hash = "sha256-omQ1cWVqAoIwKJRUUmGBLDyJy80Pwk3OnHWOrfzdvj8=";
};
nativeBuildInputs = [