Skip to content

Commit

Permalink
fooyin: 0.5.1 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and peterhoeg committed Jul 31, 2024
1 parent fef437c commit 88b35f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fo/fooyin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 88b35f7

Please sign in to comment.