bazaar: 0.6.3 -> 0.7.3

This commit is contained in:
Jasi
2026-01-14 17:44:19 -05:00
parent c3d0ffc1db
commit 581c4d9906
+6 -2
View File
@@ -22,18 +22,20 @@
libxmlb,
libyaml,
md4c,
webkitgtk_6_0,
libsecret,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "bazaar";
version = "0.6.3";
version = "0.7.3";
src = fetchFromGitHub {
owner = "kolunmi";
repo = "bazaar";
tag = "v${finalAttrs.version}";
hash = "sha256-fiSCRBbS6vNyLWRnaeyQE48NO/LYCk5OdAX8f85H2YM=";
hash = "sha256-T0HQ1bjH2nd9+BJAvhSNcpYp25Jt0sNZxKeTY7EfsSw=";
};
nativeBuildInputs = [
@@ -58,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
libxmlb
libyaml
md4c
webkitgtk_6_0
libsecret
];
preFixup = ''