mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
matterircd: 0.24.2 -> 0.25.0
This commit is contained in:
parent
a98017a5f9
commit
da866f83d3
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "matterircd";
|
pname = "matterircd";
|
||||||
version = "0.24.2";
|
version = "0.25.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "42wim";
|
owner = "42wim";
|
||||||
repo = "matterircd";
|
repo = "matterircd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-SatnrRKYCngBZJwRNMad9Vt2xd7FktH79t3TB83cwhg=";
|
sha256 = "sha256-AuY6tAZ1WlUkiKcbDcXBDh2OdKwWllx2xJxPCbqQguM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/42wim/matterircd";
|
goPackagePath = "github.com/42wim/matterircd";
|
||||||
|
Loading…
Reference in New Issue
Block a user