Unverified Commit 2602ef1f authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

planify: 4.11.2 -> 4.11.4 (#344061)

parents 138df9f9 57710d3f
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.11.2";
  version = "4.11.4";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    rev = version;
    hash = "sha256-yEe8zBaczCCY5Cs9lIc2J3GYSeDwmB1vsX9cANXQIC0=";
    hash = "sha256-ADNMSXvfeAT53coAtCu3CVCU5XUFhLbvAH3WPFoKJVE=";
  };

  nativeBuildInputs = [