sqlitebrowser: 3.12.1 -> 3.12.2
This commit is contained in:
parent
739f0b22b7
commit
d1372ea51a
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "sqlitebrowser";
|
pname = "sqlitebrowser";
|
||||||
version = "3.12.1";
|
version = "3.12.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ray6cscx2qil1dfi7hmpijmq3kba49wn430ih1q4fkz9psjvrz1";
|
sha256 = "sha256-33iVic0kxemWld+SiHOWGlKFSi5fpk1RtLUiNDr7WNI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# We should be using qscintilla from nixpkgs instead of the vendored version,
|
# We should be using qscintilla from nixpkgs instead of the vendored version,
|
||||||
|
|
Loading…
Reference in a new issue