[automation] Update flake
This commit is contained in:
parent
85cea42747
commit
c1e2d2e0f9
3 changed files with 9 additions and 9 deletions
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1726503518,
|
||||
"narHash": "sha256-Pnjmq7lORbiqi4UMRtqL6o30I0dWYvKltSvWrmGps2k=",
|
||||
"lastModified": 1726658796,
|
||||
"narHash": "sha256-SiiWCVg/W8i6jvpgQj3NNd3YtV+jfnn/t3Za7hfn1iE=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "9719c6efe962d9a5b81f0c1af4a977d9056a31b0",
|
||||
"rev": "75ac2a58e988a346960938ab16cea903a3cb053a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
pkgs.buildGoModule rec {
|
||||
pname = "controld";
|
||||
version = "1.3.8";
|
||||
version = "1.3.9";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Control-D-Inc";
|
||||
repo = "ctrld";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-jOYuvinNZkFHpxw2kUs0gX9Y6Jbl6nUWG/IMvQxtFeg=";
|
||||
hash = "sha256-fiFzqFo4StBHHbV3Y9SQ4zxYwNB/jiyNxf4e1NegWeY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-e/lIi7TRhwTjdcmT3bsCbg/mC/xPFR7kN0rnyQHJ81o=";
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"version": "4.187.0",
|
||||
"version": "4.192.0",
|
||||
"platforms": {
|
||||
"x86_64-linux": {
|
||||
"name": "x86_64-unknown-linux-musl",
|
||||
"hash": "sha256-BoY/PnnyD8UKcK6mVodWXQxh5t5EFU9NaaUTnZekS6U="
|
||||
"hash": "sha256-ZbupqZ92SBroT0IPRsSH7r+3z65doLI+ZHSd2XjVDtI="
|
||||
},
|
||||
"aarch64-darwin": {
|
||||
"name": "aarch64-apple-darwin",
|
||||
"hash": "sha256-/eeGJDxh8kjg+iTsIf1EBeLWknfGnUCg7nAKVN1mZfo="
|
||||
"hash": "sha256-MBGAOcz3+zuoVPOD9scDHvSiodnFCwlgA7rxp82ajHM="
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"name": "x86_64-apple-darwin",
|
||||
"hash": "sha256-5wnuH/hULCm5EV4jiHEOdPEbdgxgVRp6rMC4+VyoNag="
|
||||
"hash": "sha256-3VEL3+CfgYH8u3Ean+tKzGxx7VUh2KBpZlUPLFhnTPM="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue