Unverified Commit 4ae02055 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

planify: 4.16.0 -> 4.16.1 (#465787)

parents 7f0f4c5d b821e214
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.16.0";
  version = "4.16.1";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    tag = "v${version}";
    hash = "sha256-uNcTP//9YpdwHbZ49jKlrvK8wxCJK3oSrOMjoGAcDjk=";
    hash = "sha256-jQW82nnIfuKhTWPlJQD2Mcl+Yl+NqnTbRnMn5+sfuD4=";
  };

  nativeBuildInputs = [