pkgsite: 0.1.0-unstable-2026-06-05 -> 0.2.0-unstable-2026-06-18 (#533823)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-21 07:31:20 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
buildGoModule {
pname = "pkgsite";
version = "0.1.0-unstable-2026-06-05";
version = "0.2.0-unstable-2026-06-18";
src = fetchFromGitHub {
owner = "golang";
repo = "pkgsite";
rev = "deb78785c3ce936751c393f7eb5079a9ad63d841";
hash = "sha256-3K4O59BtJfDyiUKQ/OA20FLb/9LGyiutn6ULeiDFQ6g=";
rev = "78ee7d155e76c298e91b46983873b8dff09e8bb6";
hash = "sha256-0cPo7MrRNT8W0E6hyLy6WzB0hfv7OqDhz92UtJPLY34=";
};
vendorHash = "sha256-jMHGQrGQjNsWNj7BnhRYDn17W+6VI3A940AkR4Rmvok=";
vendorHash = "sha256-pamVUaMpkNVGY9tWPHsIiqflthzwELFOxgn90ncor/U=";
subPackages = [ "cmd/pkgsite" ];