Update submodule sync script

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-31 16:47:27 +03:00
parent 7732295375
commit 523ce5d562
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View File

@@ -80,11 +80,11 @@
}, },
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1722269200, "lastModified": 1722433536,
"narHash": "sha256-Y2xSwoOw15rMVx9hWt05qHzwVOfhVN4WFnhk6sb6Bmo=", "narHash": "sha256-Bvy4hGg5jgOlyl3KX3X986g5r06aBJKJY79Z+VWP3vg=",
"owner": "karaolidis", "owner": "karaolidis",
"repo": "impermanence", "repo": "impermanence",
"rev": "702783a1c47e10c781b9e028b69d4d5999b03ca3", "rev": "720ee9a1b00516214d05e2b509e4fe26c2368d90",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -96,11 +96,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722410387, "lastModified": 1722433574,
"narHash": "sha256-QLQoP9P5gFqcsheh7PSdJ58wKjpG+PF+gz/gPIqE79o=", "narHash": "sha256-afgnRlDFUTln8fov+e7y6PbA6U/5yVTcHeF5gRjZh4U=",
"owner": "karaolidis", "owner": "karaolidis",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3d2d5810a4b7b8ad85b64a5bcfa0548ea04ba5ad", "rev": "e23f335105039328e5330cd49a83c8244e7580e0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -128,11 +128,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1722409351, "lastModified": 1722429951,
"narHash": "sha256-E4agC4tX1IsRupb5oq3cJiuxkwUjAg5FQMAMdtUYdWo=", "narHash": "sha256-BIzCDu3wMU3TGoCHkqd4+M4Zu7lbyJU6UtLWIngL0Wc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "efd6fc5b2df7748d3d7f51f70556031618ef4956", "rev": "a7f5d16dc0839bc3907a53c94ac69ce8da9dd070",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -182,11 +182,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722399017, "lastModified": 1722426629,
"narHash": "sha256-yaOfEwUCOq+Kbk6seLkRzESdCqjStE0UzlqY3/+1XuE=", "narHash": "sha256-w5V6pQFhX+beK2BxIvutyOxRaw4YEcLiLqRLaDP8O94=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "66d84fe94ab17a86e146f0dbb53f96296dc57f39", "rev": "2842897718c8b79fd9614bf3c001e08a7516caf4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -26,7 +26,7 @@ for path in $paths; do
git rebase master git rebase master
done done
git checkout master git checkout integration
git push origin --all --force-with-lease git push origin --all --force-with-lease
git push origin --tags --force-with-lease git push origin --tags --force-with-lease