Merge pull request #129043 from j0hax/beats

beats: 1.0 -> 1.1
This commit is contained in:
Luke Granger-Brown 2021-07-03 01:31:11 +01:00 committed by GitHub
commit e3b1c9e852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "beats";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "j0hax";
repo = "beats";
rev = "v${version}";
sha256 = "0qs5cmbncqhs11m4whqmrh2gvv3p3b37qz57xh78x2ma8jbhskqz";
sha256 = "1rdvsqrjpily74y8vwch711401585xckb4p41cfwrmj6vf44jhif";
};
makeFlags = [ "PREFIX=$(out)" ];