Skip to content

Commit ac236e4

Browse files
sqlitestudio: 3.4.13 -> 3.4.14 (NixOS#374330)
Co-authored-by: AsterisMono <[email protected]>
2 parents 4a0178c + e4a36ed commit ac236e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sq/sqlitestudio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
pname = "sqlitestudio";
14-
version = "3.4.13";
14+
version = "3.4.14";
1515

1616
src = fetchFromGitHub {
1717
owner = "pawelsalawa";
1818
repo = "sqlitestudio";
1919
rev = version;
20-
hash = "sha256-k7ZedSw4Y1WIUH5IflSrEv4h7zsx40tB8A4/qr9OW9E=";
20+
hash = "sha256-eexXRgi/AuxM1mDSdgOsfrv7JDF8NWCXhyAerA9lcBo=";
2121
};
2222

2323
nativeBuildInputs =

0 commit comments

Comments
 (0)