Skip to content

Commit

Permalink
dbvisualizer: 24.2.4 -> 24.3.2 (NixOS#368685)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents 1846a3c + bc14591 commit 73a7593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/db/dbvisualizer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
inherit pname;
version = "24.2.4";
version = "24.3.2";

src =
let
underscoreVersion = builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version;
in
fetchurl {
url = "https://www.dbvis.com/product_download/dbvis-${finalAttrs.version}/media/dbvis_linux_${underscoreVersion}.tar.gz";
hash = "sha256-vZm8rLkNpnWbKFrH/Q7yMhVhq+zfb0I00hJNT6JaPrw=";
hash = "sha256-oZxOGudRGFfbVz7n5eeKxr/7lxUhYAHjD0wsHw6G8OI=";
};

strictDeps = true;
Expand Down

0 comments on commit 73a7593

Please sign in to comment.