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

zef: 0.13.6 -> 0.13.7
This commit is contained in:
Stig 2022-02-15 00:19:29 +01:00 committed by GitHub
commit a31699dce9
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.13.6";
version = "0.13.7";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${version}";
sha256 = "sha256-Bios3h2bcR6PntFt6JWF7l5u6gjKaljS8HsKfTf+0X8=";
sha256 = "sha256-FEQwe9MkP+tFZgXiR3hrNS+Jyavj85oYql3uOLP3nwc=";
};
nativeBuildInputs = [ makeWrapper ];