mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
chiaki-ng: 1.9.7 -> 1.9.8
This commit is contained in:
parent
89eac15781
commit
f6ed68e938
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chiaki-ng";
|
pname = "chiaki-ng";
|
||||||
version = "1.9.7";
|
version = "1.9.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "streetpea";
|
owner = "streetpea";
|
||||||
repo = "chiaki-ng";
|
repo = "chiaki-ng";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-dAb4RGRCC6pCpfLxUJO7pFnqNm1icaU3v1n+HhJILe0=";
|
hash = "sha256-HQmXbi2diewA/+AMjlkyffvD73TkX6D+lMh+FL2Rcz4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue