optnix: 0.3.0 -> 0.3.1 (#470673)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-14 10:13:59 +00:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@
}:
buildGoModule (finalAttrs: {
pname = "optnix";
version = "0.3.0";
version = "0.3.1";
src = fetchFromSourcehut {
owner = "~watersucks";
repo = "optnix";
tag = "v${finalAttrs.version}";
hash = "sha256-kPCRCnjuKZd6RE5pkQJMYWpexnMyhUy9jrBFSztkiLM=";
hash = "sha256-fjEtC0GlTsxS6cMNJgaXkI5ik8fZPoPFy43XLIEUUPI=";
};
vendorHash = "sha256-g/H91PiHWSRRQOkaobw2wAYX/07DFxWTCTlKzf7BT1Y=";