nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

lcrq: 0.2.3 -> 0.2.4

R. Ryantm 5e6ab3c3 e7072d13

+2 -2
+2 -2
pkgs/by-name/lc/lcrq/package.nix
··· 5 5 }: 6 6 stdenv.mkDerivation (finalAttrs: { 7 7 pname = "lcrq"; 8 - version = "0.2.3"; 8 + version = "0.2.4"; 9 9 10 10 src = fetchFromGitea { 11 11 domain = "codeberg.org"; 12 12 owner = "librecast"; 13 13 repo = "lcrq"; 14 14 rev = "v${finalAttrs.version}"; 15 - hash = "sha256-MH72Lcfo8ri0j/WCtIW90KSw0kVM2uLNFJ599yPq1o4="; 15 + hash = "sha256-Vij0aV4BIVrpRSzVneyP7MjlsdJSz1mbMCShEOOYVbQ="; 16 16 }; 17 17 18 18 installFlags = [ "PREFIX=$(out)" ];