mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
e1s: 1.0.37 -> 1.0.38
This commit is contained in:
parent
bd8d034e65
commit
cc7001149d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
|
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
|
||||||
let
|
let
|
||||||
pname = "e1s";
|
pname = "e1s";
|
||||||
version = "1.0.37";
|
version = "1.0.38";
|
||||||
in
|
in
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -10,7 +10,7 @@ buildGoModule {
|
||||||
owner = "keidarcy";
|
owner = "keidarcy";
|
||||||
repo = "e1s";
|
repo = "e1s";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-lqaLfGEllyRlVPkUfLUzPO2o+Ruzp1lFD6/RY4o1L14=";
|
hash = "sha256-OFnriW+rerVTyonuXe9qilR78Qok6QUYQvTDbsTi5L0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-oQVZ1SNXaXOngZazUVeWLvtZu17XvtIcrx+XC6PvGH0=";
|
vendorHash = "sha256-oQVZ1SNXaXOngZazUVeWLvtZu17XvtIcrx+XC6PvGH0=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue