Merge pull request #301104 from r-ryantm/auto-update/ceph-csi

ceph-csi: 3.10.2 -> 3.11.0

authored by Weijia Wang and committed by GitHub 3371bbf8 c083bc2a

+2 -2
+2 -2
pkgs/tools/filesystems/ceph-csi/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ceph-csi"; 5 - version = "3.10.2"; 6 7 nativeBuildInputs = [ go ]; 8 buildInputs = [ ceph ]; ··· 11 owner = "ceph"; 12 repo = "ceph-csi"; 13 rev = "v${version}"; 14 - sha256 = "sha256-nS5gLe64ubcUatUfPg1f7npLZ90koJcfiDbhidS93/8="; 15 }; 16 17 preConfigure = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "ceph-csi"; 5 + version = "3.11.0"; 6 7 nativeBuildInputs = [ go ]; 8 buildInputs = [ ceph ]; ··· 11 owner = "ceph"; 12 repo = "ceph-csi"; 13 rev = "v${version}"; 14 + sha256 = "sha256-EgHl74kJ6lTS3pqz/Hxh/2tpc1xiDNcJxzERwKops+A="; 15 }; 16 17 preConfigure = ''