Merge pull request #324954 from r-ryantm/auto-update/fooyin

fooyin: 0.5.0 -> 0.5.1
This commit is contained in:
Daniel Schaefer 2024-07-07 15:58:21 +08:00 committed by GitHub
commit 1f590d440e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fooyin";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "ludouzi";
repo = "fooyin";
rev = "v" + finalAttrs.version;
hash = "sha256-OgO0o3OaL/1MOgpi5QIDzVQI8eM0zPgPVLWzICMgV7w=";
hash = "sha256-X546vdHSfED2LBztPj+3eK86pjD97I8H+PfhzXV2R3E=";
};
buildInputs = [