pipet: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm
2024-09-27 14:12:31 +00:00
parent 1174fd6678
commit 53a28edc1f
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pipet";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "bjesus";
repo = "pipet";
rev = version;
hash = "sha256-PqOx/aFI5gHt78th1nkSKlTGw/r1eU7Ggz5kvtjMCmI=";
hash = "sha256-NhqrNehmL6LLLEOVT/s2PdQ7HtSCfoM4MST1IHVrJXE=";
};
vendorHash = "sha256-jNIjF5jxcpNLAjuWo7OG/Ac4l6NpQNCKzYUgdAoL+C4=";