Skip to content

Commit

Permalink
Merge pull request #131543 from r-ryantm/auto-update/corectrl
Browse files Browse the repository at this point in the history
corectrl: 1.1.3 -> 1.1.4
  • Loading branch information
siraben authored Jul 27, 2021
2 parents f246259 + 6adbeaf commit c5114b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/corectrl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.1.3";
version = "1.1.4";

src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-xRyc7FYzG8MnhQ8DjIUHYLeUZCZQdi4j1v1fG7F0+G8=";
sha256 = "sha256-o8u9WnkK/6VZ+wlJ9I5Ti6ADjV9VXraRGpSWkDQv5JQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c5114b3

Please sign in to comment.