gmqcc: unstable-2021-07-09 -> 0-unstable-2023-05-05
This commit is contained in:
parent
07000911fa
commit
cee6dbd387
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gmqcc";
|
pname = "gmqcc";
|
||||||
version = "unstable-2021-07-09";
|
version = "0-unstable-2023-05-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "graphitemaster";
|
owner = "graphitemaster";
|
||||||
repo = "gmqcc";
|
repo = "gmqcc";
|
||||||
rev = "297eab9e5e2c9cc4f41201b68821593a5cf9a725";
|
rev = "2fe0af00e78d55edecd7ca7ee1808c4ea946b05f";
|
||||||
sha256 = "1hl2qn7402ia03kjkblj4q4wfypxkil99sivsyk2vrnwwpdp4nzx";
|
hash = "sha256-AyuwsUIt+P/D4ABuIXGJxpp0TMAbnDg+R2iNMy6WjRw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue