emptty: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-12-03 12:28:59 +00:00
parent 4c41edb2e6
commit a409ab00a3
+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 = [