sqlitestudio: 3.4.5 -> 3.4.6 (#359730)

This commit is contained in:
Nick Cao 2024-11-28 09:29:52 -05:00 committed by GitHub
commit ee79e0dae5
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.5";
version = "3.4.6";
src = fetchFromGitHub {
owner = "pawelsalawa";
repo = "sqlitestudio";
rev = version;
hash = "sha256-51gvjQULHI4MC+odsLPjK2n/9dIMrhq8S9R/uMGueXU=";
hash = "sha256-ETahZYAbayQEo+1mlSlJkUgzskIgdDdDM/MMOL2kXMk=";
};
nativeBuildInputs =