gmnitohtml: 0.1.1 -> 0.1.2

This commit is contained in:
Ian M. Jones 2022-07-07 20:50:14 +01:00
parent e1c4a3344a
commit 54cf642984

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gmnitohtml";
version = "0.1.1";
version = "0.1.2";
src = fetchFromSourcehut {
owner = "~adnano";
repo = pname;
rev = version;
hash = "sha256-XcHJbqmfSkW6lt2xRlrf9AJfwLOZqdgsL1v0aK2bQwo=";
hash = "sha256-nKNSLVBBdZI5mkbEUkMv0CIOQIyH3OX+SEFf5O47DFY=";
};
vendorSha256 = "sha256-Cx8x8AISRVTA4Ufd73vOVky97LX23NkizHDingr/zVk=";