Unverified Commit c63ca886 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

dbvisualizer: 25.1.3 -> 25.1.4 (#409404)

parents 229bcb0a 9849eec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  inherit pname;
  version = "25.1.3";
  version = "25.1.4";

  src =
    let
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
    in
    fetchurl {
      url = "https://www.dbvis.com/product_download/dbvis-${finalAttrs.version}/media/dbvis_linux_${underscoreVersion}.tar.gz";
      hash = "sha256-K9RbQPCqU9t6i0zKl2P1aRhgfAs69GORtVA2KU6fqLw=";
      hash = "sha256-oEp0+HCfI//ukcqxVX5j6ep25TsuOHplHteWnrzlLu8=";
    };

  strictDeps = true;