Unverified Commit 5d519fd2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228832 from r-ryantm/auto-update/flowtime

flowtime: 3.0 -> 3.1
parents aebbc8ce 9b2ebc56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "flowtime";
  version = "3.0";
  version = "3.1";

  src = fetchFromGitHub {
    owner = "Diego-Ivan";
    repo = "Flowtime";
    rev = "v${version}";
    hash = "sha256-op643yU7KdkTO9hT0iYTIqBP4oPe0MT1R5I3FAtN0/I=";
    hash = "sha256-aXGdHFj9P8+33VuR8YBi+YYN/vBn94drmtKzNDc4SAY=";
  };

  nativeBuildInputs = [