Merge pull request #172433 from devhell/bump-profanity

profanity: 0.12.0 -> 0.12.1
This commit is contained in:
Artturi 2022-05-11 06:13:55 +03:00 committed by GitHub
commit 84f1dcef10
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.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
hash = "sha256-kmixWp9Q2tMVp+tk5kbTdBfgRNghKk3+48L582hqlm8=";
hash = "sha256-yUiiww8yhymdqR6CITRnItxZhfpZiEbu1WyD8bDW+vc=";
};
patches = [