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

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

heimer: 3.6.4 -> 3.7.0
parents 48b38167 d57bfa7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

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

  nativeBuildInputs = [