emptty: 0.14.0 -> 0.15.0 (#467471)

This commit is contained in:
Weijia Wang
2026-01-31 21:17:32 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "emptty";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "tvrzna";
repo = "emptty";
rev = "v${version}";
hash = "sha256-AsIt7EI5RkSchhaMGKofOsfPNROhX8f5gDaqZ7Q2394=";
hash = "sha256-7RYzj+LcxK9i2RM8NFfKjz2DiD9CjCTNSJe7wVnYzdM=";
};
buildInputs = [