⛩️ Powerful yet Minimal Nix Dependency Manager
flake flakes home-manager nixos go nix dependency dependencies
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(yae): don't mark as updated on same sha256 when forced

Fuwn e22b1247 ca83865c

+4 -1
+4 -1
yae.go
··· 350 350 fmt.Println("updated version for", name, "from", source.Version, "to", tag) 351 351 } 352 352 353 + if tag != source.Version { 354 + updated = true 355 + } 356 + 353 357 source.Version = tag 354 - updated = true 355 358 356 359 if strings.Contains(source.URLTemplate, "{version}") { 357 360 source.URL = strings.ReplaceAll(source.URLTemplate, "{version}", source.Version)