sqlitestudio: 3.4.6 -> 3.4.9

This commit is contained in:
R. Ryantm 2024-12-09 21:32:06 +00:00
parent f602946645
commit 2de92ac40c

View File

@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sqlitestudio";
version = "3.4.6";
version = "3.4.9";
src = fetchFromGitHub {
owner = "pawelsalawa";
repo = "sqlitestudio";
rev = version;
hash = "sha256-ETahZYAbayQEo+1mlSlJkUgzskIgdDdDM/MMOL2kXMk=";
hash = "sha256-G6siAHXG4gwYFAWe/KI8Qhbe3ONIQcIR8UgnRcy7tKc=";
};
nativeBuildInputs =