mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
rare-regex: 0.3.1 -> 0.3.2
Diff: https://github.com/zix99/rare/compare/0.3.1...0.3.2 Changelog: https://github.com/zix99/rare/releases/tag/0.3.2
This commit is contained in:
parent
0d2cf7fe5f
commit
791438ea98
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "rare";
|
pname = "rare";
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zix99";
|
owner = "zix99";
|
||||||
repo = "rare";
|
repo = "rare";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-p/L9OL5Eo98PcT5vvODy2xdSH7fuIZJQIAfqhdO490Q=";
|
hash = "sha256-v3zczT3PMSm2AMKVnVdDxsCpYA8QhZcmOCuiQiz5hFo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";
|
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";
|
||||||
|
|
Loading…
Reference in a new issue