fooyin: 0.5.1 -> 0.5.3

This commit is contained in:
R. Ryantm 2024-07-17 09:24:15 +00:00 committed by Peter Hoeg
parent fef437c3b0
commit 88b35f7000

View File

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