Skip to content

Commit

Permalink
Merge pull request #98733 from r-ryantm/auto-update/jftui
Browse files Browse the repository at this point in the history
jftui: 0.3.0 -> 0.4.0
  • Loading branch information
ryantm committed Oct 3, 2020
2 parents c32aee2 + b4aee6e commit bc60d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/jftui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "jftui";
version = "0.3.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "Aanok";
repo = pname;
rev = "v${version}";
sha256 = "1az737q5i24ylvkx4g3xlq8k48ni91nz5hhbif97g4nlhwl5cqb6";
sha256 = "0riwqfh5lyjg7as75kyx7jw6zq4gikbglhv8s05y7pzgsc9xy75j";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bc60d40

Please sign in to comment.