mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
sqlitebrowser: 3.13.0 -> 3.13.1
This commit is contained in:
parent
967335c0e2
commit
1df9f2a2ec
@ -4,13 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sqlitebrowser";
|
||||
version = "3.13.0";
|
||||
version = "3.13.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sqlitebrowser";
|
||||
repo = "sqlitebrowser";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-2U0jnL2hmrxynMxEiObl10bKFAFlCrY2hulZ/Ggqimw=";
|
||||
sha256 = "sha256-bpZnO8i8MDgOm0f93pBmpy1sZLJQ9R4o4ZLnGfT0JRg=";
|
||||
};
|
||||
|
||||
patches = lib.optional stdenv.hostPlatform.isDarwin ./macos.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user