lol

reaction: 2.1.1 -> 2.1.2 (#429121)

authored by

Florian and committed by
GitHub
8c1c83bb 74840aee

+3 -3
+3 -3
pkgs/by-name/re/reaction/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "reaction"; 10 - version = "2.1.1"; 11 12 src = fetchFromGitLab { 13 domain = "framagit.org"; 14 owner = "ppom"; 15 repo = "reaction"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-F/vewPUqBXq5HsD2aWPEpvTlt4MAPmaGadZMR568HFQ="; 18 }; 19 20 - cargoHash = "sha256-YvTeZJqVMRr0Iw8jynWigQPs1Y+gMao4zQnNdQxhGlM="; 21 22 nativeBuildInputs = [ 23 installShellFiles
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "reaction"; 10 + version = "2.1.2"; 11 12 src = fetchFromGitLab { 13 domain = "framagit.org"; 14 owner = "ppom"; 15 repo = "reaction"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-lcd0yY8o5eGa1bP5WsA9K/K7gtjRVorS/Rm0bno0AOY="; 18 }; 19 20 + cargoHash = "sha256-ZRTgzVz8ia763cMBx9U1NIy9W6gDUVhwNr6wDqU1Ulo="; 21 22 nativeBuildInputs = [ 23 installShellFiles