Skip to content

Commit

Permalink
dpkg: 1.22.11 -> 1.22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 2, 2025
1 parent ce6566e commit 01bdf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dp/dpkg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.11";
version = "1.22.12";

src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-mKyS0lPTG3ROcw8AhB4IdjNjvZK2YTGV9pbpjz/OLAc=";
hash = "sha256-rWoJGmGAy2/yvMvDtkB+VyuVCkf/4NnSanYBvvwRLzs=";
};

configureFlags = [
Expand Down

0 comments on commit 01bdf13

Please sign in to comment.