nixbit: 0.2.0 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-11-17 20:09:29 +00:00
parent 1dcdb7dcba
commit d695485152
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nixbit";
version = "0.2.0";
version = "0.2.3";
src = fetchFromGitHub {
owner = "pbek";
repo = "nixbit";
tag = "v${finalAttrs.version}";
hash = "sha256-sMi3hQZCzHbWTgRdqwGy6srfkmmY11B0OIqJKp5/HB0=";
hash = "sha256-mraZeNl3EegOCgRrhp3p1D0hUJ4RNJpDW37/4BasLNM=";
};
nativeBuildInputs = [