dismap: 0.3 -> 0.4

This commit is contained in:
R. Ryantm 2022-07-08 07:52:50 +00:00
parent a11e771594
commit e245411416

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "dismap";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "zhzyker";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WaQdDcBvv4mHdPFAB+spC64YeT3jlfyMYNsTjBILjwA=";
sha256 = "sha256-YjjiS6iLIQvrPS378v2nyrgwWBJ9YtDeNTPz0ze05mU=";
};
vendorSha256 = "sha256-GnchyE2TswvjYlehhMYesZruTTwyTorfR+17K0RXXFY=";