Unverified Commit b2daa98b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

entwine: 3.2.0 -> 3.2.1 (#452320)

parents dcbc5cba db754066
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "entwine";
  version = "3.2.0";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "connormanning";
    repo = "entwine";
    rev = version;
    hash = "sha256-RpUV75Dlyd3wTWGC3btpAFSjqpgK9zLXTl670Oh0Z2o=";
    hash = "sha256-K/mR3Js5F6JeS9xvEOhzX4sXGK/Zo+1mHCXDSaBdV2M=";
  };

  buildInputs = [