forgejo: 12.0.1 -> 12.0.2; forgejo-lts: 11.0.3 -> 11.0.4 (#438915)

This commit is contained in:
Adam C. Stephens
2025-08-31 12:13:22 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import ./generic.nix {
version = "11.0.3";
hash = "sha256-tHanxcxpxVYKd28onKJnuB/Qtee2gop3yKjXJ+i9X4o=";
version = "11.0.4";
hash = "sha256-RI6eCJx1QTDkzY1oFKwCQyOrRXMd0TFihWofC4ZCv44=";
npmDepsHash = "sha256-wsjosyZ5J5mU7ixbWjXnbqkvgnOE0dGz81vVqaI61go=";
vendorHash = "sha256-5eaPdvU2NbCgbL+rcCqzphTESLHGbGZ3MgtXknCjrSc=";
vendorHash = "sha256-Zfjp6EKiO74wYgvc85AwtDg+3Nf7lEa1ZKQMMcYPM34=";
lts = true;
nixUpdateExtraArgs = [
"--override-filename"
+2 -2
View File
@@ -1,6 +1,6 @@
import ./generic.nix {
version = "12.0.1";
hash = "sha256-MBk5QHjnyMXmQDIbMuehjcGN/PUN1ViRtIi1pJGHlW0=";
version = "12.0.2";
hash = "sha256-BkyzOrpwKkROKiZgSCr8Z7n8WO6qnkDyCBJ4HWO71Ws=";
npmDepsHash = "sha256-kq2AV1D0xA4Csm8XUTU5D0iCmyuajcnwlLdPjJ/mj1g=";
vendorHash = "sha256-B9menPCDUOYHPCS0B5KpxuE03FdFXmA8XqkiYEAxs5Y=";
lts = false;