joker: 1.5.6 -> 1.5.7

This commit is contained in:
R. Ryantm
2025-11-14 13:48:45 +00:00
parent 61630d4ab5
commit 9d601bc85d
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "joker";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "sha256-h0JUBGWnL0fWryY6+BUwcl8Liv7Xyw+ZiESjJpyQpCI=";
sha256 = "sha256-ur59nsu17tfQ+fZpDdCJgNZuNWULnT2ug8rLhxV/8qA=";
};
vendorHash = "sha256-yH8QVzliAFZlOvprfdh/ClCWK2/7F96f0yLWvuAhGY8=";