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

planify: 4.12.2 -> 4.13.0 (#426550)

parents 25bb5e52 14159577
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.12.2";
  version = "4.13.0";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-v5Fwbl02t178t+l+VZybeUojIsblLX3Ws5itAAoEZwI=";
    hash = "sha256-4fsgXyIt5bhdbG0DRFYv6vrGagTyH5SAFcOaAV3uq0g=";
  };

  nativeBuildInputs = [