albedo: 0.1.0 -> 0.2.0

This commit is contained in:
R. Ryantm
2025-04-30 20:34:02 +00:00
parent 547c144d7d
commit 8da969f2a1
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "albedo";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "coreruleset";
repo = "albedo";
tag = "v${version}";
hash = "sha256-Yx8C44/Dy4hlmCxpuTjhqwwvEZq6HOdvq1AeNRd17MM=";
hash = "sha256-4ZQTOix5bCn4EmrabiG4L74F2++cQhIbvtgNKBW7aDk=";
};
vendorHash = "sha256-qZga699UjBsPmOUSN66BFInl8Bmk42HiVn0MfPlxRE4=";