mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
dbeaver-bin: 25.0.5 -> 25.1.0 (#414411)
Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
commit
bd1c971af1
1 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "dbeaver-bin";
|
||||
version = "25.0.5";
|
||||
version = "25.1.0";
|
||||
|
||||
src =
|
||||
let
|
||||
|
@ -30,10 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
aarch64-darwin = "macos-aarch64.dmg";
|
||||
};
|
||||
hash = selectSystem {
|
||||
x86_64-linux = "sha256-8JkvI6OZGP1Ot2TEP2n4hj3s9As7holT+thVf0BvOMQ=";
|
||||
aarch64-linux = "sha256-cZQFEbogSxuIaS/z/tFQcvs08J0Omi21zLqb0eFQNw0=";
|
||||
x86_64-darwin = "sha256-LueOQZIKB/r6gtlj0+xwoJXMRTFvbSY+RTwAB74KiYo=";
|
||||
aarch64-darwin = "sha256-L6bOyvhlsT4sXL1QDhlJtb8DFfDVw21ixyRenOVdCxU=";
|
||||
x86_64-linux = "sha256-Bpc4p6WNFdc6nwVeZI4THETzODfNUj2SouEgOhDFTkk=";
|
||||
aarch64-linux = "sha256-mqeG/Vzn/5qsBoD7U6i/6GxXBUvP+55pC1U1wBKF1T0=";
|
||||
x86_64-darwin = "sha256-3RoJGvOafuKRo9dn+m8J274O06F8YUWx1YAcRMQb/Qs=";
|
||||
aarch64-darwin = "sha256-11VbGnZz2fDtG5LRQZWnQdXCT7qrIia22aO+5nA/LQE=";
|
||||
};
|
||||
in
|
||||
fetchurl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue