sqlitestudio: 3.4.14 -> 3.4.15

This commit is contained in:
R. Ryantm 2025-01-29 09:42:27 +00:00
parent 4a3faa5e86
commit f4f2802c6d

View File

@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sqlitestudio";
version = "3.4.14";
version = "3.4.15";
src = fetchFromGitHub {
owner = "pawelsalawa";
repo = "sqlitestudio";
rev = version;
hash = "sha256-eexXRgi/AuxM1mDSdgOsfrv7JDF8NWCXhyAerA9lcBo=";
hash = "sha256-wMkTvw0zGl01511udpk3zZQygVWkmYp1QB+HsghWzNg=";
};
nativeBuildInputs =