Unverified Commit 124a3a7e authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #308302 from bobby285271/upd/planify

planify: 4.6 -> 4.7
parents 13d91b7d 33b24b30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

stdenv.mkDerivation rec {
  pname = "planify";
  version = "4.6";
  version = "4.7";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-vyw8SjI8EM9giYpAsCNppgSydPEBNz2sbFahEKmKe6w=";
    hash = "sha256-5hiVTU1w3Rk/BdxYwDB0Y+EZFnSAaEWtx19IB1ak1yY=";
  };

  nativeBuildInputs = [