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

fooyin: 0.4.4 -> 0.4.5
This commit is contained in:
Nick Cao
2024-06-12 23:02:36 -04:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fooyin";
version = "0.4.4";
version = "0.4.5";
src = fetchFromGitHub {
owner = "ludouzi";
repo = "fooyin";
rev = "v" + finalAttrs.version;
hash = "sha256-PlfZbgGzOma2r+opvxDbTdjUORpqh8fgBUSBusn6Kbw=";
hash = "sha256-hrPbJnN4Ooq5unA9VbX0UjRZQjPz93X/IQdBSfTUIGk=";
};
buildInputs = [