Merge pull request #329174 from r-ryantm/auto-update/dae

dae: 0.6.0 -> 0.7.0
This commit is contained in:
Fabián Heredia Montiel
2024-07-23 20:18:34 -06:00
committed by GitHub
+3 -3
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;