tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ignition: 2.1.1 -> 2.1.2
R. Ryantm
7 months ago
3925b8be
7a473d67
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ig
ignition
package.nix
+2
-2
pkgs/by-name/ig/ignition/package.nix
···
20
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "ignition";
23
-
version = "2.1.1";
24
25
src = fetchFromGitHub {
26
owner = "flattool";
27
repo = "ignition";
28
tag = finalAttrs.version;
29
fetchSubmodules = true;
30
-
hash = "sha256-T0bVMJnJPpKdS5T6rPxVAEvIXFNSj5BtypaexSJhl2I=";
31
};
32
33
patches = [
···
20
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "ignition";
23
+
version = "2.1.2";
24
25
src = fetchFromGitHub {
26
owner = "flattool";
27
repo = "ignition";
28
tag = finalAttrs.version;
29
fetchSubmodules = true;
30
+
hash = "sha256-BqlzxrsbukfkwRIUTN5eaJPRC/dWSWUieDKIqnePZl4=";
31
};
32
33
patches = [