deps: upgrade uplosi

This commit is contained in:
Malte Poll 2024-05-17 12:09:29 +02:00
parent 4434a85a51
commit 7e43c23f1e
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@ -66,16 +66,17 @@
]
},
"locked": {
"lastModified": 1714468720,
"narHash": "sha256-i/RVCoeQLeOaPaEtJS/l+42CVohMucA6cBBt0mdJ4uE=",
"lastModified": 1715940197,
"narHash": "sha256-1YpxN5R3lEQnOUg94B2B/Ah2WDABUQTZ6kpyQMPt/xI=",
"owner": "edgelesssys",
"repo": "uplosi",
"rev": "7c881351a2f7c664d04c4e235562e5b427b167f2",
"rev": "f612dd315b55f2828c0c844895e5be892e99553e",
"type": "github"
},
"original": {
"owner": "edgelesssys",
"repo": "uplosi",
"rev": "f612dd315b55f2828c0c844895e5be892e99553e",
"type": "github"
}
}

View File

@ -9,7 +9,7 @@
url = "github:numtide/flake-utils";
};
uplosi = {
url = "github:edgelesssys/uplosi";
url = "github:edgelesssys/uplosi/f612dd315b55f2828c0c844895e5be892e99553e";
inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-utils.follows = "flake-utils";
};