nixbit: 0.5.4 -> 0.6.2

This commit is contained in:
R. Ryantm
2025-12-20 12:22:12 +00:00
parent c05bb128a5
commit eb0f8788f8
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nixbit";
version = "0.5.4";
version = "0.6.2";
src = fetchFromGitHub {
owner = "pbek";
repo = "nixbit";
tag = "v${finalAttrs.version}";
hash = "sha256-3zDRR8zaO0VViMI8gtAVJvpeNp1C/VNHUNMdqqxFlPY=";
hash = "sha256-Vbv6+d0jUNxI7TP06vIey3a7fCzX/jgnNJZ18ntBN2k=";
};
nativeBuildInputs = [