Skip to content

Commit 492fdea

Browse files
bazaar: 0.6.0 -> 0.6.3 (NixOS#470863)
2 parents 6ae005f + 7842f8e commit 492fdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ba/bazaar/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "bazaar";
30-
version = "0.6.0";
30+
version = "0.6.3";
3131

3232
src = fetchFromGitHub {
3333
owner = "kolunmi";
3434
repo = "bazaar";
3535
tag = "v${finalAttrs.version}";
36-
hash = "sha256-78X2Vxytxan0OD7cNgL1y4LUBaqgoKb+k80sCIi9ag4=";
36+
hash = "sha256-fiSCRBbS6vNyLWRnaeyQE48NO/LYCk5OdAX8f85H2YM=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)