bazaar: 0.7.6 -> 0.7.8

This commit is contained in:
R. Ryantm
2026-02-12 10:54:22 +00:00
parent edd0f3d2c8
commit 456ebb6979
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bazaar";
version = "0.7.6";
version = "0.7.8";
src = fetchFromGitHub {
owner = "kolunmi";
repo = "bazaar";
tag = "v${finalAttrs.version}";
hash = "sha256-kLCakA3HNzCYZ3yE5rK05qzhZehoQ74xRLMCQ2DzUDU=";
hash = "sha256-s3NKRh1xUcLXVGWm0oYY4fVX7t7+bZIZ2jAYe1W0LKA=";
};
nativeBuildInputs = [