Skip to content

Commit

Permalink
daed: update to 0.9.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps authored Dec 31, 2024
1 parent 0dfaaa4 commit 6e2e7bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions daed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

let
pname = "daed";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "daed";
rev = "refs/tags/v${version}";
hash = "sha256-h1j91XIumuzuJnMxgkCjhuXYPLXoDuFFsfmDwmzlTEI=";
hash = "sha256-5olEPaS/6ag69KUwBG8qXpyr1B2qrLK+vf13ZljHH+c=";
fetchSubmodules = true;
};

Expand All @@ -24,7 +24,7 @@ let

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
hash = "sha256-vqkiZzd5WOeJem0zUyMsJd6/aHHAjlsIQMkNf+SUvHY=";
hash = "sha256-+yLpSbDzr1OV/bmUUg6drOvK1ok3cBd+RRV7Qrrlp+Q=";
};

nativeBuildInputs = [
Expand All @@ -50,7 +50,7 @@ buildGoModule rec {
inherit pname version src;
sourceRoot = "${src.name}/wing";

vendorHash = "sha256-TBR3MmpTdwIwyekU+nrHhzsN31E30+Rqd3FoBL3dl4U=";
vendorHash = "sha256-qB2qcJ82mFcVvjlYp/N9sqzwPotTROgymSX5NfEQMuY=";
proxyVendor = true;

nativeBuildInputs = [ clang ];
Expand Down

0 comments on commit 6e2e7bd

Please sign in to comment.