ijq: 1.1.2 -> 1.2.0 (#443269)

This commit is contained in:
Sandro
2025-09-16 09:40:40 +00:00
committed by GitHub
+3 -3
View File
@@ -11,17 +11,17 @@
buildGoModule rec {
pname = "ijq";
version = "1.1.2";
version = "1.2.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "gpanders";
repo = "ijq";
rev = "v${version}";
hash = "sha256-7vG9T+gC6HeSGwFDf3m7nM0hBz32n6ATiM30AKNC1Og=";
hash = "sha256-PT7WnCZL4Cfo/+VW3ImOloDOI9d0GX4UTcC8Bf3OVAU=";
};
vendorHash = "sha256-zRa8MPWFvcoVm+LstbSAl1VY3oWMujZPjWS/ti1VXjE=";
vendorHash = "sha256-1R3rv3FraT53dqGECRr+ulhplmmByqRW+VJ+y6nFR+Y=";
nativeBuildInputs = [
installShellFiles