Skip to content

Commit

Permalink
ci(github-action): auto merge 116
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
1 parent 9de99ef commit 7fc780a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions daed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@
}:

let
dist = stdenv.mkDerivation (finalAttrs: {
name = "daed-dist";
pname = "daed-dist";
version = "0.6.0-unstable-2024-06-16";
pname = "daed";
version = "0.8.0";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "daed";
rev = "refs/tags/v${version}";
hash = "sha256-h1j91XIumuzuJnMxgkCjhuXYPLXoDuFFsfmDwmzlTEI=";
fetchSubmodules = true;
};

web = stdenv.mkDerivation {
inherit pname version src;

src = fetchFromGitHub {
owner = "daeuniverse";
Expand Down Expand Up @@ -92,7 +100,7 @@ buildGoModule rec {
hash = "sha256-uijsoHm0RgPUpnDaNG8a599MMiBtbgWtjLGUKeSWIDg=";
};

vendorHash = "sha256-zqYYEo33OU+lLNA8sVCm3O4tJoQ8UlRwSrEHYoeqrTc=";
vendorHash = "sha256-TBR3MmpTdwIwyekU+nrHhzsN31E30+Rqd3FoBL3dl4U=";
proxyVendor = true;
preBuild = ''
# replace built dae ebpf bindings
Expand Down

2 comments on commit 7fc780a

@DataEraserC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto merge result in a bug here

@oluceps
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto merge result in a bug here

Uhh, what does that mean, could you provide more information?

Please sign in to comment.