1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

foxotron: 2021-04-19 -> 2021-08-13

This commit is contained in:
OPNA2608 2021-09-09 21:21:21 +02:00
parent 4ee9590d2f
commit 490081fcc1

View file

@ -25,14 +25,14 @@
stdenv.mkDerivation rec {
pname = "foxotron";
version = "2021-04-19";
version = "2021-08-13";
src = fetchFromGitHub {
owner = "Gargaj";
repo = "Foxotron";
rev = version;
fetchSubmodules = true;
sha256 = "sha256-YTCnWHXBNqvJmhRqRQRFCVvBcqbjKzcc3AKVXS0jvno=";
sha256 = "sha256-0cnLHTZMeh8ilP0iXaMpFgKQAkizy/FimxXFDbH0b2w=";
};
nativeBuildInputs = [ cmake pkg-config makeWrapper ];