Merge pull request #135816 from r-ryantm/auto-update/zef

zef: 0.11.10 -> 0.11.11
This commit is contained in:
Artturi 2021-08-27 04:23:56 +03:00 committed by GitHub
commit be59004619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zef";
version = "0.11.10";
version = "0.11.11";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-snnvREM2RLssmE55Ea0Imcw12pmyD6+/11ZXmmUY36U=";
sha256 = "sha256-IOConYPH+t84INXaHw8OVp0mLNucSDS2RT2AlZOUoEs=";
};
nativeBuildInputs = [ makeWrapper ];