memogram: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-02-01 17:13:59 +00:00
parent 732aaade1a
commit 3dca538416
+3 -3
View File
@@ -6,16 +6,16 @@
}:
buildGoModule (finalAttrs: {
pname = "memogram";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "usememos";
repo = "telegram-integration";
tag = "v${finalAttrs.version}";
hash = "sha256-yQmdUphgGr/db2FJ5tghUhjWt7QGs0mCAI/NrBNRABk=";
hash = "sha256-VYtH6r/2nPTBiAY9b3LDEAfgkiO4SaHAi7NkLg6sUrg=";
};
vendorHash = "sha256-8tQ5MQ0XcBIx74EFAXxXInADFd4BnlTazeIFNXNN/Ww=";
vendorHash = "sha256-6nJiB9LXF5QI4XJrcPDwwnG9CTmvyX7vf8X17lVuaZM=";
subPackages = [ "bin/memogram" ];