ceph-csi: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2023-12-13 15:56:05 +00:00
parent 14c5d38b53
commit ad7f36e6e5

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ceph-csi"; pname = "ceph-csi";
version = "3.9.0"; version = "3.10.0";
nativeBuildInputs = [ go ]; nativeBuildInputs = [ go ];
buildInputs = [ ceph ]; buildInputs = [ ceph ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ceph"; owner = "ceph";
repo = "ceph-csi"; repo = "ceph-csi";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-dKn79EIveepeMzFPweQ3BE3YMCg7mj8EycMbBH8J8PQ="; sha256 = "sha256-k7eipiBcr/a2V62tEtiQrduk5Cj8KGxbmiVo4x6BVwE=";
}; };
preConfigure = '' preConfigure = ''