Unverified Commit f86d5a84 authored by seth's avatar seth
Browse files

frog-protocols: don't use pulled commit

Upstream appears to have force pushed the previous commit away
parent 8ad72fe6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "misyltoad";
    repo = "frog-protocols";
    rev = "17be81da707722b4f907c5287def442351b219b0";
    hash = "sha256-N8a+o5I7CRoONCvjMHVmPkJTVncczuFVRHEtMFzMzss=";
    rev = "38db7e30e62a988f701a2751447e0adffd68bb3f";
    hash = "sha256-daWGw6mRmiz6f81JkMacPipXppRxbjL6gS1VqYlfec8=";
  };

  nativeBuildInputs = [