1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

tile38: 1.32.0 -> 1.32.1

This commit is contained in:
R. Ryantm 2023-11-21 15:36:38 +00:00
parent 1156cd9e9b
commit 4b4336c986

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tile38";
version = "1.32.0";
version = "1.32.1";
src = fetchFromGitHub {
owner = "tidwall";
repo = pname;
rev = version;
sha256 = "sha256-NSoi7CsxL+6DoKZZal+xhjlSz+9N9CFyzlMrTYHbiW8=";
sha256 = "sha256-hG+ad68Q4KjtovmTlS/63NQxCQ9ZkcC8lrNGfhE9C6U=";
};
vendorHash = "sha256-Vy5ct5JP2t3085TM4CCWVEAQR4mAqVbGM5JE2KctSlU=";
vendorHash = "sha256-5mkxTumqLP+fEBTwhJrPpteeDPTN9hLEAh6A4l4lQhs=";
subPackages = [ "cmd/tile38-cli" "cmd/tile38-server" ];