tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
rivalcfg: 4.12.0 -> 4.13.0
R. Ryantm
2 years ago
67f3c384
f6eb9214
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
misc
rivalcfg
default.nix
+2
-2
pkgs/misc/rivalcfg/default.nix
reviewed
···
2
2
3
3
python3Packages.buildPythonPackage rec {
4
4
pname = "rivalcfg";
5
5
-
version = "4.12.0";
5
5
+
version = "4.13.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "flozz";
9
9
repo = "rivalcfg";
10
10
rev = "refs/tags/v${version}";
11
11
-
sha256 = "sha256-fkZvEaJJIfzyVyXhlb7Jlv5dASNKyclDIlyXU0uu5wo=";
11
11
+
sha256 = "sha256-zZQkfi84NE3mpGv7+Z6AnUXEj0y9SoBmbbtRiTDPS/8=";
12
12
};
13
13
14
14
propagatedBuildInputs = with python3Packages; [ hidapi setuptools ];