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, ... }:
|
||||
let
|
||||
version = "hpd-0.5.0";
|
||||
newSrc = pkgs.fetchhg {
|
||||
url = "https://mirror.octobus.net/heptapod/heptapod-runner";
|
||||
rev = "5843be69a387";
|
||||
sha256 = "sha256:15iyz7rgi6rb4nf1rjd96lsgdxn2l1ivzh05my7c9zpzvl7cnw25";
|
||||
version = "hpd-0.6.3";
|
||||
newSrc = pkgs.fetchFromGitLab {
|
||||
domain = "foss.heptapod.net";
|
||||
owner = "heptapod";
|
||||
repo = "heptapod-runner";
|
||||
rev = "15f2668f0c05cd56e0eae34f7b198a9553b7f697";
|
||||
hash = "sha256-u9I7Ni4ZFI4gCROm/d41Okiu2FdiFj94KNLxHZSn7AM=";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue