Unverified Commit 645b9396 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

planify: 4.14.0 -> 4.14.1 (#447137)

parents e05c69a5 a9584b6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

stdenv.mkDerivation rec {
  pname = "planify";
  version = "4.14.0";
  version = "4.14.1";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-QvCESTpHyT6Lu4z7b9DhjFu27PhQwgAo9FY7TMsKy18=";
    hash = "sha256-4N+2DWOriuxQJX5hfDmGy066ypSn1HkkildBIJjOXhc=";
  };

  nativeBuildInputs = [