Commit 96f5069d authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

planify: 4.9.0 -> 4.10.5

parent 08ee1ede
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "planify";
  version = "4.9.0";
  version = "4.10.5";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-zNQe0w8Vbe+ZIYTer1ISwJ6yA4dOdDtuWme5txcbY3w=";
    hash = "sha256-tjU7/JZjJqH9H/EWMoAbRurJtIDv8BTT938EnJicTv4=";
  };

  nativeBuildInputs = [