dae: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-07-22 14:47:00 +00:00
parent 48b8f3cbb7
commit f2c069fa05

View File

@ -6,17 +6,17 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "v${version}";
hash = "sha256-RO0XsGyIgf2PQekiC71HirEPp2SQDJpiAbjg7TyaGVQ=";
hash = "sha256-9iwrwQGpryGyEUVB2reodIxuEQHkXPA4P5IYKj18elI=";
fetchSubmodules = true;
};
vendorHash = "sha256-KFe0hGAXn4mrWCsU91cfUZc21SgJes6XXFhAKrqmULE=";
vendorHash = "sha256-AtYLxR7Fw3+IOSeuPXlq4vMsnS+7MMaFANZDg0yvCl8=";
proxyVendor = true;