Skip to content

Commit

Permalink
Merge pull request #182531 from r-ryantm/auto-update/foxotron
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Aug 24, 2022
2 parents c718604 + ad21bc4 commit 3a6d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/foxotron/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

stdenv.mkDerivation rec {
pname = "foxotron";
version = "2022-03-06";
version = "2022-08-06";

src = fetchFromGitHub {
owner = "Gargaj";
repo = "Foxotron";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-w66wi+aMwQa9akfNA/1cS6UmDXPWC4OPK9BIa9Kt47A=";
sha256 = "sha256-IGLoiUeHcTlQ+WJTot3o5/Q+jRJcY52I3xHDAT0zuIU=";
};

nativeBuildInputs = [ cmake pkg-config makeWrapper ];
Expand Down

0 comments on commit 3a6d655

Please sign in to comment.