Commit 88b35f70 authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

fooyin: 0.5.1 -> 0.5.3

parent fef437c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [