albedo: 0.0.16 -> 0.1.0

This commit is contained in:
R. Ryantm
2025-03-17 00:31:36 +00:00
parent 8db87f2960
commit 9f514b81c8
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "albedo";
version = "0.0.16";
version = "0.1.0";
src = fetchFromGitHub {
owner = "coreruleset";
repo = "albedo";
tag = "v${version}";
hash = "sha256-HMW0SIcPDCy2QNfxpMke+/d1XCNpyx6RL6RCZAmU+WE=";
hash = "sha256-Yx8C44/Dy4hlmCxpuTjhqwwvEZq6HOdvq1AeNRd17MM=";
};
vendorHash = "sha256-3YBcu/GEonEoORbB7x6YGpIl7kEzUQ9PAZNFB8NKb+c=";
vendorHash = "sha256-qZga699UjBsPmOUSN66BFInl8Bmk42HiVn0MfPlxRE4=";
ldflags = [
"-s"