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

Merge pull request #298339 from bobby285271/upd/planify

planify: 4.5.4 -> 4.5.8
parents 6c9cb398 5074eb3c
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.5.4";
  version = "4.5.8";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-Q7QwsMUlejZStmQNRQntclHSCVQl54dtg8hyvXyM4PM=";
    hash = "sha256-VTBnVVxv3hCyDKJlY/hE8oEDMNuMMWtm+NKzfD3tVzk=";
  };

  nativeBuildInputs = [