Unverified Commit ec884511 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

rehex: 0.63.4 -> 0.64.0 (#506702)

parents 01e0ed22 2daf606c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rehex";
  version = "0.63.4";
  version = "0.64.0";

  src = fetchFromGitHub {
    owner = "solemnwarning";
    repo = "rehex";
    tag = finalAttrs.version;
    hash = "sha256-Iy87iEadK9fXApeYpJbG0jV437wGJxlOoiJLfaUTkVs=";
    hash = "sha256-X68wcKXtjHF8IaDM7qYEDFwxJwqG0cvpvSvyIgMd8kA=";
  };

  nativeBuildInputs = [