sqlitestudio: 3.4.17 -> 3.4.18

This commit is contained in:
R. Ryantm
2025-12-06 02:38:11 +00:00
parent 0254eab410
commit 3280601ca8
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
pname = "sqlitestudio";
version = "3.4.17";
version = "3.4.18";
src = fetchFromGitHub {
owner = "pawelsalawa";
repo = "sqlitestudio";
rev = version;
hash = "sha256-nGu1MYI3uaQ/3rc5LlixF6YEUU+pUsB6rn/yjFDGYf0=";
hash = "sha256-UYu1ViLzzeZfJhoYoKOMCTbytGeK+2TKhwMR3yGpGrI=";
};
nativeBuildInputs = [