Unverified Commit e6dd68de authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

pgadmin: 9.0 -> 9.1 (#386945)

parents 2bada399 65b5a306
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

let
  pname = "pgadmin";
  version = "9.0";
  yarnHash = "sha256-CVanJx4gmhtiCMpmDzViY/kw9cu9ey0S6r5SPZKzVxA=";
  version = "9.1";
  yarnHash = "sha256-RMsmYtesCaNI4SGH2QIdcZAivKp/a8Wo6cBzi13MXqs=";

  src = fetchFromGitHub {
    owner = "pgadmin-org";
    repo = "pgadmin4";
    rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
    hash = "sha256-WscqFuxdy29SIaTfKgKu7pKcQrU0f6tNvC7BifaDnYQ=";
    hash = "sha256-NqtdR0aX6PDskbA6+AaBMhyvuKjl/CHQso9V4Vpd+LU=";
  };

  # keep the scope, as it is used throughout the derivation and tests
+486 −460

File changed.

Preview size limit exceeded, changes collapsed.