1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-03-29 02:02:17 +00:00
parent 9c6b71c596
commit 4d6e7cfd03
3 changed files with 12 additions and 12 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1711589552, "lastModified": 1711669189,
"narHash": "sha256-DjA8BFXG/ygJbIvhN8fELaUSlHtMLaJSpms4Ksiq8lk=", "narHash": "sha256-VVRFhOKS/MmhV2u6av2e9Qzg4WE24vEmrW/JKed6tlo=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "a89ce89742db600665b69e58d5e1bc3dbee9d57b", "rev": "e2224a7933b6e30ab6efb0b7ad4e3f26da57c226",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,11 +61,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1711483428, "lastModified": 1711659517,
"narHash": "sha256-QFbfFvHiGW/jDwM1pvcqKKwOnCXywUgPoGxdZDmlwKI=", "narHash": "sha256-giUZ1zxOHKeJZOSHvKvbimOv0TheGl4M8Eu7FgPdR/o=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fd84c1ff8937685294342c57a656a7066800d01c", "rev": "867036f7c0a13a06d54efb707675e5751acf8ede",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,13 +2,13 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "anonymous-overflow"; pname = "anonymous-overflow";
version = "1.11.0"; version = "1.12.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "httpjamesm"; owner = "httpjamesm";
repo = "AnonymousOverflow"; repo = "AnonymousOverflow";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-eWBdlGvvJL0Xy3qgjWZjECdr6NpWH6nlcKdzJN4YLmE="; hash = "sha256-Pc8WtvkmcF4LtrR3R80o53dd1ExxVvVydcmQAas0KsM=";
}; };
vendorHash = "sha256-OpshgE/T7XFMLQuRJhZ93l000TwO0diGqOC0mkakGSc="; vendorHash = "sha256-OpshgE/T7XFMLQuRJhZ93l000TwO0diGqOC0mkakGSc=";

View file

@ -1,17 +1,17 @@
{ {
"version": "4.135.0", "version": "4.139.0",
"platforms": { "platforms": {
"x86_64-linux": { "x86_64-linux": {
"name": "x86_64-unknown-linux-musl", "name": "x86_64-unknown-linux-musl",
"hash": "sha256-srRJsKnMJm3L73x7KtWm7doOvL67fQoY/vCe/jFOaWM=" "hash": "sha256-U1BTF1oSXZfDMGD7ZHeUBWD0gYPwEPzgs+ZNweLEQsI="
}, },
"aarch64-darwin": { "aarch64-darwin": {
"name": "aarch64-apple-darwin", "name": "aarch64-apple-darwin",
"hash": "sha256-qIcql3MRn8DfIj20hCx5UXK+gUZAJHv7Fn3AngRgfDc=" "hash": "sha256-2J0G2ot59Z8bvft/mjXFOtFHR5HAR9pjuczUFJWgDs0="
}, },
"x86_64-darwin": { "x86_64-darwin": {
"name": "x86_64-apple-darwin", "name": "x86_64-apple-darwin",
"hash": "sha256-HP5jYv0Nq3mLnX+PHZ6zbmo9KoHwH328I8t+l8VDs7w=" "hash": "sha256-Q4e9KdsqLXKVA9rDfaNu8HhSHmbf2KLOQZuVscNXKkQ="
} }
} }
} }