tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
foxotron: 2023-02-23 -> 2023-07-16
R. Ryantm
2 years ago
5fd5888d
16702dc5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
foxotron
default.nix
+2
-2
pkgs/applications/graphics/foxotron/default.nix
···
25
26
stdenv.mkDerivation rec {
27
pname = "foxotron";
28
-
version = "2023-02-23";
29
30
src = fetchFromGitHub {
31
owner = "Gargaj";
32
repo = "Foxotron";
33
rev = version;
34
fetchSubmodules = true;
35
-
sha256 = "sha256-sPIXLZdtVK3phfMsZrU8o9qisOC5RKvHH19ECXMV0t0=";
36
};
37
38
postPatch = ''
···
25
26
stdenv.mkDerivation rec {
27
pname = "foxotron";
28
+
version = "2023-07-16";
29
30
src = fetchFromGitHub {
31
owner = "Gargaj";
32
repo = "Foxotron";
33
rev = version;
34
fetchSubmodules = true;
35
+
sha256 = "sha256-s1eWZMVitVSP7nJJ5wXvnV8uI6yto7LmvlvocOwVAxw=";
36
};
37
38
postPatch = ''