git-pages-cli: 1.3.1 -> 1.5.1 (#468446)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-06 16:13:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
buildGoModule (finalAttrs: {
pname = "git-pages-cli";
version = "1.3.1";
version = "1.5.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "git-pages";
repo = "git-pages-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-BApqy0eTTl7OyJGnnNiVXiPKNN4tPoq88ucA/Ipe16Q=";
hash = "sha256-T6spNuuG0l1bFv7SnsDTGBtD3Sa+8zKN0/VbsKVkGrM=";
};
vendorHash = "sha256-5vjUhN3lCr41q91lOD7v0F9c6a8GJj7wBGnnzgFBhJU=";