Commit 0a35f7e6 authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

fooyin: 0.4.5 -> 0.5.0

parent 97c5d4cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fooyin";
  version = "0.4.5";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "ludouzi";
    repo = "fooyin";
    rev = "v" + finalAttrs.version;
    hash = "sha256-hrPbJnN4Ooq5unA9VbX0UjRZQjPz93X/IQdBSfTUIGk=";
    hash = "sha256-OgO0o3OaL/1MOgpi5QIDzVQI8eM0zPgPVLWzICMgV7w=";
  };

  buildInputs = [