Commit 8cdbfd38 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

planify: 4.10.7 -> 4.10.8

parent 421c1bc3
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.10.7";
  version = "4.10.8";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-jGfLbKDhiBpLkO5de5aLBwLw6xBZ+IIsYPDX4/XGPqE=";
    hash = "sha256-gbwpNlWtJocKQqTFLoroUbXn4FOOA7LO1H/IduEsyrg=";
  };

  nativeBuildInputs = [