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

planify: 4.15.2 -> 4.16.0 (#463742)

parents 313b2c03 07391794
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.15.2";
  version = "4.16.0";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    tag = "v${version}";
    hash = "sha256-i6yAObfSMZyHHK/1YUFppU9gcFJj7WL48Eqe6IQAh4M=";
    hash = "sha256-uNcTP//9YpdwHbZ49jKlrvK8wxCJK3oSrOMjoGAcDjk=";
  };

  nativeBuildInputs = [