mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mbpfan: 2.1.0 -> 2.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mbpfan/versions
This commit is contained in:
parent
a381d42221
commit
36f45dc7d3
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mbpfan-${version}";
|
name = "mbpfan-${version}";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dgraziotin";
|
owner = "dgraziotin";
|
||||||
repo = "mbpfan";
|
repo = "mbpfan";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gysq778rkl6dvvj9a1swxcl15wvz0bng5bn4nwq118cl8p8pask";
|
sha256 = "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj";
|
||||||
};
|
};
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/etc
|
mkdir -p $out/bin $out/etc
|
||||||
|
|
Loading…
Reference in a new issue