deploy-rs: Switch back to upstream now that a fix has been merged

This commit is contained in:
SebastianStork 2025-12-18 11:40:10 +01:00
parent 5bc6f5bb1a
commit fea5877279
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -46,15 +46,15 @@
"utils": "utils"
},
"locked": {
"lastModified": 1749197967,
"narHash": "sha256-wasotk39Kpd6Lp/+ujdiVCrxx/FqZUZ5TbNzCxwynC8=",
"owner": "VolodiaPG",
"lastModified": 1766051518,
"narHash": "sha256-znKOwPXQnt3o7lDb3hdf19oDo0BLP4MfBOYiWkEHoik=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "2edaf49a9735d4b38274aa5a0782e51b727d58fa",
"rev": "d5eff7f948535b9c723d60cd8239f8f11ddc90fa",
"type": "github"
},
"original": {
"owner": "VolodiaPG",
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}

View file

@ -26,7 +26,7 @@
};
deploy-rs = {
url = "github:VolodiaPG/deploy-rs"; # https://github.com/serokell/deploy-rs/issues/325
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};