Merge pull request #183544 from r-ryantm/auto-update/mokutil

mokutil: 0.5.0 -> 0.6.0
This commit is contained in:
Ryan Mulligan 2022-07-28 20:38:22 -07:00 committed by GitHub
commit 318aacb906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "mokutil";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "lcp";
repo = pname;
rev = version;
sha256 = "sha256-dt41TCr6RkmE9H+NN8LWv3ogGsK38JtLjVN/b2mbGJs=";
sha256 = "sha256-qwSEv14mMpaKmm6RM882JzEnBQG3loqsoglg4qTFWUg=";
};
nativeBuildInputs = [