Skip to content

Commit

Permalink
dpkg: 1.22.6 -> 1.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and siriobalmelli committed Aug 6, 2024
1 parent 8fea621 commit 8e8f5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/dpkg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.6";
version = "1.22.10";

src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-iNaBSnxKMKV4u+X4dvDcq7QIxFGROEV0QrbZEJr5kmw=";
hash = "sha256-D/9nQXwzgLo+odn72WHuCJDjipfWdim2ZdSLTI2VlgE=";
};

configureFlags = [
Expand Down

0 comments on commit 8e8f5b9

Please sign in to comment.