Commit 60c04968 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

planify: 4.8 -> 4.8.2

parent 8a46e631
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.8";
  version = "4.8.2";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-uzZYrn1nbDoLSYyO1Y2YJk35+1WfVckSgGproaHKTOQ=";
    hash = "sha256-IwFA/4QGfkMYbuUxbg3/jkrud0MUlEjtkYtCLy+3emc=";
  };

  nativeBuildInputs = [