Unverified Commit da9b36b2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

igir: 2.9.2 -> 2.11.0 (#329391)

parents cce3e4d1 821ed220
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildNpmPackage rec {
  pname = "igir";
  version = "2.9.2";
  version = "2.11.0";

  src = fetchFromGitHub {
    owner = "emmercm";
    repo = "igir";
    rev = "v${version}";
    hash = "sha256-3lEU3uK/Wp09TOhVJVNslOCx9vTVp0gBTbkQXB13i9Y=";
    hash = "sha256-NG0ZP8LOm7fZVecErTuLOfbp1yvXwHnwPkWTBzUJXWE=";
  };

  npmDepsHash = "sha256-gJvJwostQgEq14zDmMOatfWmkEYNAqGCL9MJPrv5kwk=";
  npmDepsHash = "sha256-ADIEzr6PkGaJz27GKSVyTsrbz5zbud7BUb+OXPtP1Vo=";

  # I have no clue why I have to do this
  postPatch = ''