Merge pull request #286274 from r-ryantm/auto-update/contour

contour: 0.4.1.6292 -> 0.4.2.6429
This commit is contained in:
Weijia Wang 2024-02-05 01:03:59 +01:00 committed by GitHub
commit 3623fe0f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation (final: {
pname = "contour";
version = "0.4.1.6292";
version = "0.4.2.6429";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "contour";
rev = "v${final.version}";
hash = "sha256-t1rZixjpwg2JDBESmymNwUlpQd1VLaECxvpPP94jvH0=";
hash = "sha256-MUgGNglPojFFlGlwrF8ivu18jAnjjfs9pMqu0jLAsYg=";
};
patches = [ ./dont-fix-app-bundle.diff ];