Unverified Commit a5e80261 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

heimer: 4.1.0 -> 4.2.0
parents ff7378c9 e5d80d7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

mkDerivation rec {
  pname = "heimer";
  version = "4.1.0";
  version = "4.2.0";

  src = fetchFromGitHub {
    owner = "juzzlin";
    repo = pname;
    rev = version;
    hash = "sha256-cq8rRz1mfDPzTRVG++vccI2YewSKQqd1RAJbgB3TS5E=";
    hash = "sha256-Z94e+4WwabHncBr4Gsv0AkZHyrbFCCIpumGbANHX6dU=";
  };

  nativeBuildInputs = [