Unverified Commit dcde26a2 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

haguichi: 1.5.3 -> 1.5.4 (#511367)

parents e5c10f1b f406211f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "haguichi";
  version = "1.5.3";
  version = "1.5.4";

  src = fetchFromGitHub {
    owner = "ztefn";
    repo = "haguichi";
    tag = finalAttrs.version;
    hash = "sha256-cVM8VbW8aFq9fXFiVfGhkIhyqSXG2zyB3HyA5tTEDVY=";
    hash = "sha256-BKpHAlhxd8Zy/ZpPkLhXqlgZsil9JEZmVmHis1gte4Q=";
  };

  postPatch = ''