Merge pull request #237171 from r-ryantm/auto-update/afuse

afuse: 0.4.1 -> 0.5.0
This commit is contained in:
Weijia Wang 2023-06-11 22:55:03 +03:00 committed by GitHub
commit 8e005dde4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "afuse";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "pcarrier";
repo = "afuse";
rev = "v${version}";
sha256 = "06i855h8a1w2jfly2gfy7vwhb2fp74yxbf3r69s28lki2kzwjar6";
sha256 = "sha256-KpysJRvDx+12BSl9pIGRqbJAM4W1NbzxMgDycGCr2RM=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];