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

Merge pull request #220918 from r-ryantm/auto-update/heimer

heimer: 3.7.0 -> 4.0.0
parents e603d7c7 1956f53c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

mkDerivation rec {
  pname = "heimer";
  version = "3.7.0";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "juzzlin";
    repo = pname;
    rev = version;
    hash = "sha256-tcA7+3gp/CFpapCL4yt3xG12sm+LcnRIoB/caJlKF8A=";
    hash = "sha256-sp3iy28Bc+gOvivHA8OPG8vf7otjeaPk6Iy4BhT/SaU=";
  };

  nativeBuildInputs = [