We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0178c + e4a36ed commit ac236e4Copy full SHA for ac236e4
pkgs/by-name/sq/sqlitestudio/package.nix
@@ -11,13 +11,13 @@
11
}:
12
stdenv.mkDerivation rec {
13
pname = "sqlitestudio";
14
- version = "3.4.13";
+ version = "3.4.14";
15
16
src = fetchFromGitHub {
17
owner = "pawelsalawa";
18
repo = "sqlitestudio";
19
rev = version;
20
- hash = "sha256-k7ZedSw4Y1WIUH5IflSrEv4h7zsx40tB8A4/qr9OW9E=";
+ hash = "sha256-eexXRgi/AuxM1mDSdgOsfrv7JDF8NWCXhyAerA9lcBo=";
21
};
22
23
nativeBuildInputs =
0 commit comments