contour: 0.4.0.6245 -> 0.4.1.6292

This commit is contained in:
R. Ryantm 2024-01-24 13:24:29 +00:00
parent 19f815760d
commit ccada08240

View File

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