nix/pkgs/heptapod-runner: 0.5.0 -> 0.6.3
This commit is contained in:
parent
e1e94358d2
commit
bd7ad1220f
1 changed files with 7 additions and 5 deletions
|
@ -4,11 +4,13 @@
|
||||||
|
|
||||||
{ pkgs, depot, ... }:
|
{ pkgs, depot, ... }:
|
||||||
let
|
let
|
||||||
version = "hpd-0.5.0";
|
version = "hpd-0.6.3";
|
||||||
newSrc = pkgs.fetchhg {
|
newSrc = pkgs.fetchFromGitLab {
|
||||||
url = "https://mirror.octobus.net/heptapod/heptapod-runner";
|
domain = "foss.heptapod.net";
|
||||||
rev = "5843be69a387";
|
owner = "heptapod";
|
||||||
sha256 = "sha256:15iyz7rgi6rb4nf1rjd96lsgdxn2l1ivzh05my7c9zpzvl7cnw25";
|
repo = "heptapod-runner";
|
||||||
|
rev = "15f2668f0c05cd56e0eae34f7b198a9553b7f697";
|
||||||
|
hash = "sha256-u9I7Ni4ZFI4gCROm/d41Okiu2FdiFj94KNLxHZSn7AM=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue