Merge pull request #178786 from polynomialspace/master

conmon: update git sha after upstream v2.1.2 retag
This commit is contained in:
adisbladis 2022-06-24 03:41:12 +08:00 committed by GitHub
commit f0fe582ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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