flake: Update infinisilSystem

The binary of murmur is now called mumble-server, which is fixed in a
newer version of infinisil’s module.
pull/64/head
Simon Bruder 2022-05-31 14:31:45 +02:00
parent 3723c88de4
commit 7361e03630
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 5 additions and 5 deletions

View File

@ -62,17 +62,17 @@
"infinisilSystem": {
"flake": false,
"locked": {
"lastModified": 1626615686,
"narHash": "sha256-eXt4eon7oEg1gBUC8myZNACmDisgsQOAHGlnDhyG6zk=",
"lastModified": 1647486090,
"narHash": "sha256-JnhSUUIs7ioGDkZ/P7C0wGZH9fA81uv0R6aHtkr1W5Y=",
"owner": "Infinisil",
"repo": "system",
"rev": "f1fd247eca84abccbad3b57da39454702d7ef2c6",
"rev": "9f7cf7497d26d57996edc7f70edcf7d2cccfdf60",
"type": "github"
},
"original": {
"owner": "Infinisil",
"repo": "system",
"rev": "f1fd247eca84abccbad3b57da39454702d7ef2c6",
"rev": "9f7cf7497d26d57996edc7f70edcf7d2cccfdf60",
"type": "github"
}
},

View File

@ -23,7 +23,7 @@
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
infinisilSystem.url = "github:Infinisil/system/f1fd247eca84abccbad3b57da39454702d7ef2c6";
infinisilSystem.url = "github:Infinisil/system/9f7cf7497d26d57996edc7f70edcf7d2cccfdf60";
infinisilSystem.flake = false;
nixpkgs-overlay.url = "git+https://git.sbruder.de/simon/nixpkgs-overlay";