Skip to content

Commit

Permalink
wofi: fix hash mismatch between fetchurl and fetchpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyhaka authored and Milan committed Mar 28, 2020
1 parent a15897c commit df2984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/wofi/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://paste.sr.ht/blob/1cbddafac3806afb203940c029e78ce8390d8f49";
sha256 = "18960y9ajilrwwl6mjnrh6wj0sm4ivczmacck36p2dj9xd0n8vkh";
sha256 = "1n4jpmh66p7asjhj0z2s94ny91lmaq4hhh2356nj406vlqr15vbb";
})
];

Expand Down

0 comments on commit df2984d

Please sign in to comment.