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

planify: 4.11.6 -> 4.12.0 (#379469)

parents bba6b37c 36e309d1
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.11.6";
  version = "4.12.0";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-tHn3677bfJgAZnOfDjBJ87DUzr+e9I2lnCke/cN4olE=";
    hash = "sha256-YgNM+fzss1+Q6Fv9mhedhCorWFnerx5oC3iISEhs6z8=";
  };

  nativeBuildInputs = [