mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
rare-regex: 0.4.3 -> 0.4.4
This commit is contained in:
parent
de515c09c8
commit
b6d584af5f
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "rare";
|
pname = "rare";
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zix99";
|
owner = "zix99";
|
||||||
repo = "rare";
|
repo = "rare";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-fb4JbfDVZpehDhWlQHoUOOstcPMgEFuRlIZQV6OdvkQ=";
|
hash = "sha256-hdOG7UGEi4MnFg0wbyDN4gDpQLb9sG3yUrQ/J0fwKkA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";
|
vendorHash = "sha256-wUOtxNjL/4MosACCzPTWKWrnMZhxINfN1ppkRsqDh9M=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue