commit cf077b155d4d869d2a603d25599dcf752ccde5c6 (tree)
parent 445d6e0d8a1727ee833853f990bed482be289dfe
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Tue, 1 Jul 2025 18:58:41 +0000
deploy-rs: rollback
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -38,16 +38,17 @@
]
},
"locked": {
- "lastModified": 1749105467,
- "narHash": "sha256-hXh76y/wDl15almBcqvjryB50B0BaiXJKk20f314RoE=",
+ "lastModified": 1749102428,
+ "narHash": "sha256-6Tw+M4WWOcmEXNCvx8+rNABDSW2gizB4ijEqys6uXKM=",
"owner": "serokell",
"repo": "deploy-rs",
- "rev": "6bc76b872374845ba9d645a2f012b764fecd765f",
+ "rev": "5829cec63845eb50984dc8787b0edfe81bf5b980",
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
+ "rev": "5829cec63845eb50984dc8787b0edfe81bf5b980",
"type": "github"
}
},
diff --git a/flake.nix b/flake.nix
@@ -22,7 +22,7 @@
};
deploy-rs = {
- url = "github:serokell/deploy-rs";
+ url = "github:serokell/deploy-rs/5829cec63845eb50984dc8787b0edfe81bf5b980"; # https://github.com/serokell/deploy-rs/issues/325
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";