1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Merge pull request #60626 from r-ryantm/auto-update/mbpfan

mbpfan: 2.1.0 -> 2.1.1
This commit is contained in:
Renaud 2019-05-02 08:18:06 +02:00 committed by GitHub
commit 1cc005168b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "mbpfan-${version}";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "dgraziotin";
repo = "mbpfan";
rev = "v${version}";
sha256 = "1gysq778rkl6dvvj9a1swxcl15wvz0bng5bn4nwq118cl8p8pask";
sha256 = "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj";
};
installPhase = ''
mkdir -p $out/bin $out/etc