Skip to content

Commit

Permalink
Revert "kdiff3: fixup patch hash after #25059"
Browse files Browse the repository at this point in the history
This reverts commit b72d4e1.
(cherry picked from commit 5a3e454)
The hash was actually fine, but Hydra re-used the bad derivation from
master.  Nondeterministic fixed-output derivations are hell.
  • Loading branch information
vcunat committed Apr 23, 2017
1 parent 4031daf commit e9360f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/text/kdiff3/default.nix
Expand Up @@ -20,7 +20,7 @@ let
(fetchpatch {
name = "git-mergetool.diff"; # see https://gitlab.com/tfischer/kdiff3/merge_requests/2
url = "https://gitlab.com/vcunat/kdiff3/commit/6106126216.patch";
sha256 = "0v638rk05wz51qcqnc6blcp2v74f04wn8ifgzw7qi5vr0yfh775r";
sha256 = "16xqc24y8bg8gzkdbwapiwi68rzqnkpz4hgn586mi01ngig2fd7y";
})
];

Expand Down

0 comments on commit e9360f2

Please sign in to comment.