aphleia: 0.pre+unstable=2021-08-08 -> 1.1.2+unstable=2021-10-03
This commit is contained in:
parent
c46e938f6a
commit
400b6f42e7
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
trivialBuild rec {
|
||||
pname = "apheleia";
|
||||
version = "0.pre+unstable=2021-08-08";
|
||||
version = "1.1.2+unstable=2021-10-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raxod502";
|
||||
repo = pname;
|
||||
rev = "8e022c67fea4248f831c678b31c19646cbcbbf6f";
|
||||
hash = "sha256-Put/BBQ7V423C18UIVfaM17T+TDWtAxRZi7WI8doPJw=";
|
||||
rev = "8b9d576f2fda10d0c9051fc03c1eb1d9791e32fd";
|
||||
hash = "sha256-QwGlCdHBll16mbfQxGw1EORZFUxYCZSt8ThYTTGjRpo=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue