Skip to content

Commit

Permalink
dae: 0.8.0 -> 0.9.0 (NixOS#366174)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 6bf2205 + 2e85d22 commit 1f4d319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/da/dae/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "v${version}";
hash = "sha256-Vdh5acE5i/bJ8VXOm+9OqZQbxvqv4TS/t0DDfBs/K5g=";
hash = "sha256-yW3GDflTd9I4RreWtLQE92aP7BnswJHx44jmTZ81kP8=";
fetchSubmodules = true;
};

vendorHash = "sha256-0Q+1cXUu4EH4qkGlK6BIpv4dCdtSKjb1RbLi5Xfjcew=";
vendorHash = "sha256-nThkNyH6TUcFej9IGJ/jME0dGK517d5vJueNU7x86o8=";

proxyVendor = true;

Expand Down

0 comments on commit 1f4d319

Please sign in to comment.