bella: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm
2026-05-08 08:42:41 +00:00
parent a88046bb32
commit 25397f63ff
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bella";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "josephmawa";
repo = "Bella";
tag = "v${finalAttrs.version}";
hash = "sha256-IjRjo5zKoXFK+4F7OtSYuk62Pif7HDAi0E/3+t9rjv4=";
hash = "sha256-gIz6Vjs4L7dSVyXTE//vmjIqisu5vBTUoE6cET52G4c=";
};
strictDeps = true;