rmfakecloud: 0.0.23 -> 0.0.24

This commit is contained in:
R. Ryantm
2025-04-03 18:59:46 +00:00
parent f5146fbf1d
commit 98a4fdc45f
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "rmfakecloud";
version = "0.0.23";
version = "0.0.24";
src = fetchFromGitHub {
owner = "ddvk";
repo = "rmfakecloud";
rev = "v${version}";
hash = "sha256-XlKqh6GKGreWLPjS8XfEUJCMMxiOw8pP2qX8otD+RCo=";
hash = "sha256-ZsYq1+Bb6SyMGdbiy5UzanDiUiFOt4uhttiPKC0ESis=";
};
vendorHash = "sha256-9tfxE03brUvCYusmewiqNpCkKyIS9qePqylrzDWrJLY=";
vendorHash = "sha256-S2P80uhX86IVUVEoR4tZ7e6qMe7CK+6bmmjBgjXGZmo=";
# if using webUI build it
# use env because of https://github.com/NixOS/nixpkgs/issues/358844