Skip to content

Commit

Permalink
diffoscope: 278 -> 279 (NixOS#347231)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 8, 2024
2 parents 32ccef6 + 09219cd commit 7138e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/diffoscope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec {
pname = "diffoscope";
version = "278";
version = "279";

src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-42yZ/PkyiL/epqdGLZiteh3rvDiHBhGL04VDysKRLKA=";
hash = "sha256-mP/l1/lFklFDBhXvnBjbcS8LZYqtfuCcG5SlD75RC/o=";
};

outputs = [
Expand Down

0 comments on commit 7138e27

Please sign in to comment.