update git sha after upstream v2.1.2 retag

see: 2bc95ee697
This commit is contained in:
polynomialspace 2022-06-23 11:54:13 -07:00
parent 55fc0010c4
commit 694494c455

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WxRMY43Z9OytY1kc91VVmqLn5cl0UC/0Zj8x3vpsaBQ=";
sha256 = "sha256-KDAm+Djk1AaA3zXhxywT6HknT0tVCEZLS27nO9j/WgM=";
};
nativeBuildInputs = [ pkg-config ];