1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

clash: 1.4.0 -> 1.4.1

This commit is contained in:
R. RyanTM 2021-02-23 01:38:50 +00:00
parent 11cd34cd59
commit eeb1ec4762

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "clash";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yTj3kXG7xB1+PhaiGgQR4bUcKkdk5eiF4bGXmxuMMsg=";
sha256 = "sha256-T6oBdhBX850GXb19MTOFVo9LRfOgCyMW3GIljMMeGmg=";
};
vendorSha256 = "sha256-HqlHUVWwvO15nitpwIh/u0GfF8wqJqkviyxOp7QHYz8=";