Merge pull request #109857 from r-ryantm/auto-update/halfempty
halfempty: 0.30 -> 0.40
This commit is contained in:
commit
59abddb0e9
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "halfempty";
|
||||
version = "0.30";
|
||||
version = "0.40";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleprojectzero";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0838pw0ccjvlxmjygzrnppz1fx1a10vjzdgjbxgb4wgpqjr8v6vc";
|
||||
sha256 = "sha256-YGq6fneAMo2jCpLPrjzRJ0eeOsStKaK5L+lwQfqcfpY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config util-linux ];
|
||||
|
|
Loading…
Reference in a new issue