Commit bf2f2c69 authored by Peter Hoeg's avatar Peter Hoeg
Browse files

0.7.0 -> 0.7.2

parent 5e832452
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fooyin";
  version = "0.7.0";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "ludouzi";
    repo = "fooyin";
    rev = "v" + finalAttrs.version;
    hash = "sha256-9dr0WPBBUj82CBcs/3U8A17eQadgw6fy0evxE41FxFQ=";
    hash = "sha256-9tNd0TDTxlm6jV2kkZGZbi8tZMj13jbp3+aKXOkNtIw=";
  };

  buildInputs = [