anytone-emu: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2026-04-05 05:17:19 +00:00
parent 8ae8408a61
commit e1d30191da
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "anytone-emu";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "dmr-tools";
repo = "anytone-emu";
tag = "v${finalAttrs.version}";
hash = "sha256-kaXD4mIoEikl9HoS/FfIX0oRAKkZHiwIfNWj0CLazPc=";
hash = "sha256-RTYLtVCKP2TW7Ery51POEZuCtyRhkgKhoDhJPe18y80=";
};
nativeBuildInputs = [