mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
squirrel-sql: 3.9.0 -> 3.9.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions
This commit is contained in:
parent
f207bc59f1
commit
63c99f3d4f
@ -5,13 +5,13 @@
|
||||
, drivers ? []
|
||||
}:
|
||||
let
|
||||
version = "3.9.0";
|
||||
version = "3.9.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "squirrel-sql-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/squirrel-sql/1-stable/${version}-plainzip/squirrelsql-${version}-standard.zip";
|
||||
sha256 = "0b16l7p7klagxnwkx2az4mbyd35kv4aj8xxbwm27pp3spz9dk8m0";
|
||||
sha256 = "1xpkh9kwdjzd0zks8c4mq3add9ivc24hb0hflp11dl32dsdmzrai";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper unzip ];
|
||||
|
Loading…
Reference in New Issue
Block a user