Merge pull request #156093 from tgharib/bukut-fixhash

bukut: fix incorrect sha256 hash
main
legendofmiracles 2 years ago committed by GitHub
commit cb409a2371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/misc/bukut/default.nix

@ -8,7 +8,7 @@ with python3.pkgs; buildPythonApplication rec {
owner = "peterjschroeder";
repo = "bukut";
rev = "v${version}";
sha256 = "sha256-MCAyMvzXnC7QSpWeG7qorK4JmRBMzG3eGsp5YpKmVjg=";
sha256 = "sha256-Hp9/tSdRNAoll/fYNJuhYC7cgy5AK3PUtYUsS6zsz1Y=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save