Merge pull request #144301 from r-ryantm/auto-update/barrier

barrier: 2.3.3 -> 2.4.0
This commit is contained in:
Bobby Rong 2021-11-03 17:44:30 +08:00 committed by GitHub
commit 2842093642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "barrier";
version = "2.3.3";
version = "2.4.0";
src = fetchFromGitHub {
owner = "debauchee";
repo = pname;
rev = "v${version}";
sha256 = "11vqkzpcjiv3pq6ps022223j6skgm1d23dj18n4a5nsf53wsvvp4";
sha256 = "sha256-2tHqLF3zS3C4UnOVIZfpcuzaemC9++nC7lXgFnFSfKU=";
fetchSubmodules = true;
};