mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
adif-multitool: 0.1.12-rc1 -> 0.1.15
This commit is contained in:
parent
625941e1a9
commit
c42b3ab736
@ -4,15 +4,15 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "adif-multitool";
|
||||
version = "0.1.12-rc1";
|
||||
version = "0.1.15";
|
||||
|
||||
vendorHash = "sha256-h7Gr8qRz6K0xCvR8tGWTeEkwgMQOTZnbEEsda4aJpbc=";
|
||||
vendorHash = "sha256-oyFL021J/cU+N+mQ6kW3vju39P/uGM6U58uqE9sxIOE=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flwyd";
|
||||
repo = "adif-multitool";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-R0Hu/yWiLUpH9qkVQuJw4bRvDeISjg67rZJLeUBPBbM=";
|
||||
hash = "sha256-zfJTEmjTomd2T/TkdNYZgIJBwx0PaByEkN/E2kgKHes=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user