Commit 6848593a authored by Sigmanificient's avatar Sigmanificient
Browse files

coloquinte: 0.3.1 -> 0.4.3

parent 2980b4c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "coloquinte";
  version = "0.3.1";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "coloquinte";
    repo = "PlaceRoute";
    rev = finalAttrs.version;
    hash = "sha256-bPDXaNZCNBM0qiu+46cL/zH/41lwqHPqfqTzJaERgVQ=";
    hash = "sha256-BQg2rVYe1wJOX7YnvgDVpmN6hwBJZKH0fxm+8HC8bvY=";
  };

  nativeBuildInputs = [