1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-25 02:02:02 +00:00
parent ee516d1967
commit 04172882c8
2 changed files with 6 additions and 6 deletions

View file

@ -59,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1724430304, "lastModified": 1724517639,
"narHash": "sha256-u29tWtLD+OQQqtfWuZ4N9P4FPhrQzDQgSuXePGBAT3U=", "narHash": "sha256-3eTrclsS5OYShbw0MRiiF3GJ8emUTwVzAZo96pdD7hM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d87e96e5cd2dbe3bde2bc422b5b064eac06299f0", "rev": "9edd5ddbd2453e22d4c4820992563c7ba0930f7a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,16 +2,16 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "anonymous-overflow"; pname = "anonymous-overflow";
version = "1.12.1"; version = "1.13.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "httpjamesm"; owner = "httpjamesm";
repo = "AnonymousOverflow"; repo = "AnonymousOverflow";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-VGtmqpTxJ4o0adpvh6EyVeo/4d1RFMXJb21enXn69Ig="; hash = "sha256-hvcOJctvNswEws+cCoeGQSvFzZvnThhKk3fJ7TnNulY=";
}; };
vendorHash = "sha256-ycRTNCBN0jlkgqRNsSqh7DB1JGdmrGuRRgRr79Ugp3U="; vendorHash = "sha256-P3kUGFJhj/pTNeVTwtg4IqhoHBH9rROfkr+ZsrUtmdo=";
postInstall = '' postInstall = ''
mkdir -p $out/share/anonymous-overflow mkdir -p $out/share/anonymous-overflow