sqlitestudio: 3.4.14 -> 3.4.15 (#377711)

This commit is contained in:
Nick Cao 2025-01-29 15:49:51 -05:00 committed by GitHub
commit 693c188044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 =