mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
memogram: 0.2.2 -> 0.2.4
This commit is contained in:
parent
2ff53fe644
commit
0ff5e5ebc2
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "memogram";
|
pname = "memogram";
|
||||||
version = "0.2.2";
|
version = "0.2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "usememos";
|
owner = "usememos";
|
||||||
repo = "telegram-integration";
|
repo = "telegram-integration";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-CUo5fPWNE4FP1Dtwb1rPNSPP/CAJvYGYYIMAx/oeSOc=";
|
hash = "sha256-nhNVo8Bp/g/IWyj548BQlyxPy1t3DDCyLmInDwQCH4c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-BDGA7GpXS3/esBvb3+rC8ZgtER2OgBJ1bHZ6AHP/i4s=";
|
vendorHash = "sha256-g8mAG5l2juOVaem2xk+pPVzKYNJHbWbkS/D0LwF+XdM=";
|
||||||
|
|
||||||
subPackages = [ "bin/memogram" ];
|
subPackages = [ "bin/memogram" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue