Merge pull request #195742 from r-ryantm/auto-update/profanity

profanity: 0.13.0 -> 0.13.1
This commit is contained in:
Mario Rodas 2022-10-14 20:01:40 -05:00 committed by GitHub
commit 7a79469a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "profanity";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
hash = "sha256-cTkNtj1mN5EuCyniFibKNzY2fxe3NKpRXt8acO/p6WY=";
hash = "sha256-A9ZgHliLb4v/3W5tm5zD0WN8mRmxLE/MUSTBXGvBCCM=";
};
patches = [