Skip to content

Commit

Permalink
wxsqlite3: 4.10.0 -> 4.10.1 (NixOS#373272)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 12, 2025
2 parents ab9b445 + 904d764 commit 3206497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wx/wxsqlite3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "wxsqlite3";
version = "4.10.0";
version = "4.10.1";

src = fetchFromGitHub {
owner = "utelle";
repo = "wxsqlite3";
rev = "v${version}";
hash = "sha256-1U8UF5FYKoigOLDMq1/nlchAdb8NeJhC6JluFDWNQ2M=";
hash = "sha256-pCmhDmJLR+2GZJEyF7zW4BtSz7mTJ/WZXQB+KXaqIkA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3206497

Please sign in to comment.