1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

corectrl: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2024-12-05 08:37:27 +00:00
parent 929116e316
commit fb08f31009

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "corectrl";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-WOljOakh177om7tLlroFwWO4gYsarfTCeVXX6+dmZs4=";
hash = "sha256-rQibIjLmSnkA8jk6GOo68JIeb4wZq0wxXpLs3zsB7GI=";
};
nativeBuildInputs = [