bella: 0.1.3 -> 0.1.7

This commit is contained in:
R. Ryantm
2025-12-17 00:27:37 +00:00
parent 7dde039464
commit 6f09273e27
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bella";
version = "0.1.3";
version = "0.1.7";
src = fetchFromGitHub {
owner = "josephmawa";
repo = "Bella";
tag = "v${finalAttrs.version}";
hash = "sha256-JSzgh56Ph8LjVY2uPfu1tacdr7BBbBzRfdWtcTRga7I=";
hash = "sha256-ePzDnaoGPa5Hku7Rpced989QB6uOXN/jfXgTwtlE7rQ=";
};
strictDeps = true;